mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
Core/Scripts: Fixed build of boss_* scripts
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
if (instance->GetData(TYPE_SH_QUEST))
|
||||
{
|
||||
if (Player* player = killer->ToPlayer())
|
||||
player->KilledMonsterCredit(SH_QUEST_CREDIT, 0);
|
||||
player->KilledMonsterCredit(SH_QUEST_CREDIT);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user