mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Core): macOS build (#6479)
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
#include "CellImpl.h"
|
#include "CellImpl.h"
|
||||||
#include "Chat.h"
|
#include "Chat.h"
|
||||||
#include "CreatureTextMgr.h"
|
#include "CreatureTextMgr.h"
|
||||||
#include "DatabaseEnv.h"
|
|
||||||
#include "GameEventMgr.h"
|
#include "GameEventMgr.h"
|
||||||
#include "GossipDef.h"
|
#include "GossipDef.h"
|
||||||
#include "GridDefines.h"
|
#include "GridDefines.h"
|
||||||
@@ -1206,7 +1205,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
instance->SetGuidData(e.action.setInstanceData64.field, targets->front()->GetGUID());
|
instance->SetGuidData(e.action.setInstanceData64.field, targets->front()->GetGUID());
|
||||||
LOG_DEBUG("sql.sql", "SmartScript::ProcessAction: SMART_ACTION_SET_INST_DATA64: Field: %u, data: %lu",
|
LOG_DEBUG("sql.sql", "SmartScript::ProcessAction: SMART_ACTION_SET_INST_DATA64: Field: %u, data: " SI64FMTD,
|
||||||
e.action.setInstanceData64.field, targets->front()->GetGUID().GetRawValue());
|
e.action.setInstanceData64.field, targets->front()->GetGUID().GetRawValue());
|
||||||
delete targets;
|
delete targets;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user