diff options
author | Kudlaty <none@none> | 2009-06-02 23:44:25 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-06-02 23:44:25 +0200 |
commit | f03e5865b18e0be8618ae8b7f59e3a4522a01e5c (patch) | |
tree | d0085a8dfc3b441f64204814499bf88351199948 /src | |
parent | 66c4a695ba7a705384122b5fefdc5c246093e74d (diff) |
Fix small typo
--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 d3de74831ea..f660c9468f9 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 @@ -507,7 +507,7 @@ struct TRINITY_DLL_DECL npc_salanar_the_horsemanAI : public ScriptedAI if( ((Player*)charmer)->GetQuestStatus(12680) == QUEST_STATUS_INCOMPLETE ) ((Player*)charmer)->KilledMonster(28767, me->GetGUID()); else if( ((Player*)charmer)->GetQuestStatus(12687) == QUEST_STATUS_INCOMPLETE ) - ((Player*)charmer)->GroupEventHappens(12687, who); + ((Player*)charmer)->GroupEventHappens(12687, me->GetGUID()); ((Player*)charmer)->ExitVehicle(); //without this we can see npc kill the horse //who->setDeathState(DEAD); |