summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 08:24:21 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 08:24:21 +0000
commit43b24cf7d789caf1e7d88310597fe4386fb62451 (patch)
tree8c370b0f7b2bfd653774d1ac37b3476f83a6e408 /npc/quests
parent2cc906601b811c4059f3fe9922f4ab3cee732dcb (diff)
downloadhercules-43b24cf7d789caf1e7d88310597fe4386fb62451.tar.gz
hercules-43b24cf7d789caf1e7d88310597fe4386fb62451.tar.bz2
hercules-43b24cf7d789caf1e7d88310597fe4386fb62451.tar.xz
hercules-43b24cf7d789caf1e7d88310597fe4386fb62451.zip
fixed job changer
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5955 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/quests_lighthalzen.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index c0d9bbc26..54ba08079 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -77,7 +77,7 @@ MakeMob:
mapannounce "lighthalzen.gat","Maintenance Organization of the Public Order: Currently the security of the city has been compromized, We ask the citizens to be more careful. I repeat. We ask the citizens to be more careful.", 1;
for( set $@i, 0; $@i < $@mob; set $@i, $@i + 1 ) {
- monster "lighthalzen.gat",0,0,"Mobster",1592,1,"Mobs::MobKilled";
+ monster "lighthalzen.gat",0,0,"Mobster",1592,1,"AlertChk::MobKilled";
}
set $@lhz_alert, 1;
@@ -89,7 +89,7 @@ ClearMob:
if($@lhz_alert == 0) goto ChkEnd;
set $@mobcount, 0;
mapannounce "lighthalzen.gat","Maintenance organization of the Public Order: We were able to get rid of all the trouble makers in the city. You may relax now.", 1;
- killmonster "lighthalzen.gat","Mobs::MobKilled";
+ killmonster "lighthalzen.gat","AlertChk::MobKilled";
set $@lhz_alert, 0;
set $@sneakguard, 0;
setnpctimer 0;