Ver código fonte

fixes #1349

tags/v0.4.2.4
Big Bad Waffle 4 anos atrás
pai
commit
7cc57bde95
2 arquivos alterados com 2 adições e 3 exclusões
  1. +0
    -2
      src/server/config/eventPhases/phaseSetDescription.js
  2. +2
    -1
      src/server/config/maps/sewer/events/plagueOfRats.js

+ 0
- 2
src/server/config/eventPhases/phaseSetDescription.js Ver arquivo

@@ -3,7 +3,5 @@ module.exports = {

init: function (event) {
event.eventManager.setEventDescription(event.config.name, this.desc);

this.end = true;
}
};

+ 2
- 1
src/server/config/maps/sewer/events/plagueOfRats.js Ver arquivo

@@ -238,7 +238,8 @@ module.exports = {
id: 'banditAlchemist'
}, {
type: 'setDescription',
desc: descriptionStrings.active
desc: descriptionStrings.active,
auto: true
}, {
type: 'spawnMob',
mobs: [rat],


Carregando…
Cancelar
Salvar