diff options
author | BroodWyrm <none@none> | 2009-07-17 23:46:36 +0200 |
---|---|---|
committer | BroodWyrm <none@none> | 2009-07-17 23:46:36 +0200 |
commit | 926e4b8c08811a2392512f314788972fd212d874 (patch) | |
tree | 47bbebad2ec9c345cef831e8984ede29ff6109df /src | |
parent | 617eeb3c81932732d0dbbfb8ffeeeb60313dac2a (diff) |
* And add the right one
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp index 2eaf2bc7164..9b6610deb43 100644 --- a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp +++ b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp @@ -1227,7 +1227,7 @@ struct TRINITY_DLL_DECL npc_valkyr_battle_maidenAI : public ScriptedAI } if (Owner->isAlive()) - phase = 3; + phase = 4; if (FlyBackTimer < diff) { |