mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
|
||||
if (Player* target = GetHitPlayer())
|
||||
{
|
||||
target->KilledMonsterCredit(29579, 0); // Brann's entry
|
||||
target->KilledMonsterCredit(29579); // Brann's entry
|
||||
target->CastSpell(target, 55038, true); // Brann summoning spell
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user