fix(Scripts/Wintergrasp): fix disabled always false (#3437)
This commit is contained in:
parent
38d12f9b51
commit
ebfb4b4cea
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ class npc_wg_queue : public CreatureScript
|
|||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
if (CONFIG_WINTERGRASP_ENABLE == false)
|
||||
if (!sWorld->getBoolConfig(CONFIG_WINTERGRASP_ENABLE))
|
||||
return;
|
||||
|
||||
ScriptedAI::UpdateAI(diff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue