diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-11 11:20:18 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-11 11:20:18 +0800 |
commit | 3bfc14f1eb52980e8a8610b4f4533fe81966bb98 (patch) | |
tree | 5fdc3b04961bf319384f4b0e5362910793cb8b0e /npc/re/instances | |
parent | bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3 (diff) | |
download | hercules-3bfc14f1eb52980e8a8610b4f4533fe81966bb98.tar.gz hercules-3bfc14f1eb52980e8a8610b4f4533fe81966bb98.tar.bz2 hercules-3bfc14f1eb52980e8a8610b4f4533fe81966bb98.tar.xz hercules-3bfc14f1eb52980e8a8610b4f4533fe81966bb98.zip |
change "All" into "all" in npc scripts
Diffstat (limited to 'npc/re/instances')
-rw-r--r-- | npc/re/instances/ghost_palace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/instances/ghost_palace.txt b/npc/re/instances/ghost_palace.txt index 3e708dc57..a291984db 100644 --- a/npc/re/instances/ghost_palace.txt +++ b/npc/re/instances/ghost_palace.txt @@ -601,7 +601,7 @@ OnInstanceInit: OnStart: stopnpctimer instance_npcname("#gp3control"); disablenpc(instance_npcname("#gp3control")); - killmonster(instance_mapname("1@spa"), "All"); + killmonster(instance_mapname("1@spa"), "all"); disablenpc(instance_npcname("#gp3warp")); enablenpc(instance_npcname("Lurid Royal Guard#gp5")); enablenpc(instance_npcname("Tiara Princess#gp5")); |