diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-02-05 12:46:53 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-02-05 12:46:53 +0100 |
commit | 2b603ec28f89c8eb1f83719d8e29056a1f737d17 (patch) | |
tree | 7a299735dc34f44baf9d14acd0b8a5a91e8ba7b0 /src | |
parent | 7bdd0ca7dddd53751d5f2770a1f4e35307151c4d (diff) |
Scripts/Quests: Fixed "True Masters of the Light" (id 9737)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/Stratholme/boss_order_of_silver_hand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_order_of_silver_hand.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_order_of_silver_hand.cpp index ecf38958851..2427cac6bcb 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/boss_order_of_silver_hand.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_order_of_silver_hand.cpp @@ -119,7 +119,7 @@ public: break; } if (pInstance->GetData(TYPE_SH_QUEST) && Killer->GetTypeId() == TYPEID_PLAYER) - CAST_PLR(Killer)->KilledMonsterCredit(SH_QUEST_CREDIT,me->GetGUID()); + CAST_PLR(Killer)->KilledMonsterCredit(SH_QUEST_CREDIT, 0); } } |