fix(Scripts/Wintergrasp): fix disabled always false (#3437)
This commit is contained in:
@@ -341,7 +341,7 @@ class npc_wg_queue : public CreatureScript
|
|||||||
|
|
||||||
void UpdateAI(uint32 diff) override
|
void UpdateAI(uint32 diff) override
|
||||||
{
|
{
|
||||||
if (CONFIG_WINTERGRASP_ENABLE == false)
|
if (!sWorld->getBoolConfig(CONFIG_WINTERGRASP_ENABLE))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
ScriptedAI::UpdateAI(diff);
|
ScriptedAI::UpdateAI(diff);
|
||||||
|
|||||||
Reference in New Issue
Block a user