mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
@@ -114,7 +114,7 @@ public:
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
if (!sWorld->getBoolConfig(CONFIG_WINTERGRASP_ENABLE))
|
||||
if (sWorld->getIntConfig(CONFIG_WINTERGRASP_ENABLE) == 2)
|
||||
return;
|
||||
|
||||
ScriptedAI::UpdateAI(diff);
|
||||
@@ -164,4 +164,4 @@ public:
|
||||
void AddSC_Ipp_Wotlk_Modded_Scripts()
|
||||
{
|
||||
new npc_wg_queue_ipp();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user