Sfoglia il codice sorgente

chore[#1722]: Fixed the necro rune shop code to point to fjolgard and removed unused chats, dialogues and zone entries from fjolarok

tags/v0.9.0^2
Shaun 3 anni fa
parent
commit
94fc50640a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/server/mods/class-necromancer/index.js

+ 1
- 1
src/server/mods/class-necromancer/index.js Vedi File

@@ -18,7 +18,7 @@ module.exports = {
},

onAfterGetZone: function (zone, config) {
if (zone !== 'fjolarok')
if (zone !== 'fjolgard')
return;

let newRunes = [{


Caricamento…
Annulla
Salva