diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:16:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:16:54 -0300 |
commit | 358a2814f6fa35401e91fd65471f32945a26e204 (patch) | |
tree | 2e84fb03cca4a0281a3162fbd9fe329eba1d9549 /npc/026-1/_config.txt | |
parent | 3cb1ffd55006b76f227bbd0c180d35550e23fc6d (diff) | |
download | serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.gz serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.bz2 serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.xz serverdata-358a2814f6fa35401e91fd65471f32945a26e204.zip |
Add monsters to Imprenable Fortress B1F
Diffstat (limited to 'npc/026-1/_config.txt')
-rw-r--r-- | npc/026-1/_config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-1/_config.txt b/npc/026-1/_config.txt index bad3748a4..e463d1fd3 100644 --- a/npc/026-1/_config.txt +++ b/npc/026-1/_config.txt @@ -60,6 +60,7 @@ OnInit: 026-1,26,28,0 script #026-1_26_28 NPC_SWITCH_ONLINE,{ if (getnpcclass() == NPC_SWITCH_OFFLINE) end; + callfunc "0261_GateChange"; doevent "#026-1_58_76::OnDisable"; setnpcdisplay "#026-1_26_28", NPC_SWITCH_OFFLINE; end; |