Ver a proveniência

fixed a crash when talking to the priest

tags/v0.1.10^2
big bad waffle há 6 anos
ascendente
cometimento
b071dc0e31
3 ficheiros alterados com 3 adições e 3 eliminações
  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 Ver ficheiro

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


+ 1
- 1
src/server/config/maps/fjolarok/zone.js Ver ficheiro

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


+ 1
- 1
src/server/mods/event-halloween/maps/fjolarok/zone.js Ver ficheiro

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


Carregando…
Cancelar
Guardar