mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
if (creature->AI()->GetData(1))
|
||||
{
|
||||
creature->CastSpell(player, SPELL_MARK_OF_BITE, true);
|
||||
player->KilledMonsterCredit(creature->GetEntry(), 0);
|
||||
player->KilledMonsterCredit(creature->GetEntry());
|
||||
creature->DespawnOrUnsummon(1000);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user