aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-02-05 12:46:53 +0100
committerShauren <shauren.trinity@gmail.com>2011-02-05 12:46:53 +0100
commit2b603ec28f89c8eb1f83719d8e29056a1f737d17 (patch)
tree7a299735dc34f44baf9d14acd0b8a5a91e8ba7b0 /src
parent7bdd0ca7dddd53751d5f2770a1f4e35307151c4d (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.cpp2
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);
}
}