Skip to content

Commit

Permalink
Fixed some case mismatches in the Flavius bgqueue test script
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed Nov 30, 2013
1 parent 4e20f13 commit b1f4be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npc/custom/bgqueue/flavius.txt
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -353,7 +353,7 @@ OnTimer26000:

OnTimer26500:
stopnpctimer;
donpcevent "Battle Therapist#b01_a::onEnable";
donpcevent "Battle Therapist#b01_a::OnEnable";
end;

OnEnable:
Expand Down

0 comments on commit b1f4be7

Please sign in to comment.