Selaa lähdekoodia

fixed a crash when talking to the priest

tags/v0.1.10^2
big bad waffle 6 vuotta sitten
vanhempi
commit
b071dc0e31
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      src/client/index.html
  2. +1
    -1
      src/server/config/maps/fjolarok/zone.js
  3. +1
    -1
      src/server/mods/event-halloween/maps/fjolarok/zone.js

+ 1
- 1
src/client/index.html Näytä tiedosto

@@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>isleward</title>
<title>dev</title>
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="js/system/addons.js"></script> <script src="js/system/addons.js"></script>
<script src="plugins/require.js" data-main="js/app"></script> <script src="plugins/require.js" data-main="js/app"></script>


+ 1
- 1
src/server/config/maps/fjolarok/zone.js Näytä tiedosto

@@ -659,7 +659,7 @@
max: 10, max: 10,
extra: [{ extra: [{
type: 'skin', type: 'skin',
id: 'gaekatla druid',
id: '2.0',
worth: 100, worth: 100,
factions: [{ factions: [{
id: 'gaekatla', id: 'gaekatla',


+ 1
- 1
src/server/mods/event-halloween/maps/fjolarok/zone.js Näytä tiedosto

@@ -41,7 +41,7 @@ define([
}, },
forceItems: [{ forceItems: [{
type: 'skin', type: 'skin',
id: 'pumpkin-head necromancer',
id: '3.0',
infinite: true, infinite: true,
worth: { worth: {
currency: `Candy Corn`, currency: `Candy Corn`,


Ladataan…
Peruuta
Tallenna