diff options
author | Haru <haru@dotalux.com> | 2013-11-30 18:43:32 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-30 18:43:32 +0100 |
commit | b1f4be7a4ce488e688fb08180ed5147120db0fdd (patch) | |
tree | 431a668a2db87be22a5f2a7ec9e3d10fe3357abe /npc | |
parent | 4e20f139fa7d0ebd6de30fde9b91ec5e235981d2 (diff) | |
download | hercules-b1f4be7a4ce488e688fb08180ed5147120db0fdd.tar.gz hercules-b1f4be7a4ce488e688fb08180ed5147120db0fdd.tar.bz2 hercules-b1f4be7a4ce488e688fb08180ed5147120db0fdd.tar.xz hercules-b1f4be7a4ce488e688fb08180ed5147120db0fdd.zip |
Fixed some case mismatches in the Flavius bgqueue test script
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/bgqueue/flavius.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/bgqueue/flavius.txt b/npc/custom/bgqueue/flavius.txt index bcfe32322..0e336ccb4 100644 --- a/npc/custom/bgqueue/flavius.txt +++ b/npc/custom/bgqueue/flavius.txt @@ -222,7 +222,7 @@ OnMyMobDead: else { set $@Croix_ScoreBG1,1; donpcevent "time#bat_b01::OnEnable"; - donpcevent "start#bat_b01::onReset"; + donpcevent "start#bat_b01::OnReset"; } bg_updatescore "bat_b01",$@Guill_ScoreBG1,$@Croix_ScoreBG1; bg_warp $@FlaviusBG1_id1,"bat_b01",10,290; @@ -253,7 +253,7 @@ OnMyMobDead: else { set $@Guill_ScoreBG1,1; donpcevent "time#bat_b01::OnEnable"; - donpcevent "start#bat_b01::onReset"; + donpcevent "start#bat_b01::OnReset"; } bg_updatescore "bat_b01",$@Guill_ScoreBG1,$@Croix_ScoreBG1; bg_warp $@FlaviusBG1_id1,"bat_b01",10,290; @@ -353,7 +353,7 @@ OnTimer26000: OnTimer26500: stopnpctimer; - donpcevent "Battle Therapist#b01_a::onEnable"; + donpcevent "Battle Therapist#b01_a::OnEnable"; end; OnEnable: |