mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core): Crashfix. (#14660)
This commit is contained in:
@@ -859,7 +859,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
|||||||
{
|
{
|
||||||
player->GroupEventHappens(e.action.quest.quest, GetBaseObject());
|
player->GroupEventHappens(e.action.quest.quest, GetBaseObject());
|
||||||
LOG_DEBUG("scripts.ai", "SmartScript::ProcessAction: SMART_ACTION_CALL_GROUPEVENTHAPPENS: Player {}, group credit for quest {}",
|
LOG_DEBUG("scripts.ai", "SmartScript::ProcessAction: SMART_ACTION_CALL_GROUPEVENTHAPPENS: Player {}, group credit for quest {}",
|
||||||
unit->GetGUID().ToString(), e.action.quest.quest);
|
player->GetGUID().ToString(), e.action.quest.quest);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special handling for vehicles
|
// Special handling for vehicles
|
||||||
|
|||||||
Reference in New Issue
Block a user