mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Add optional sql for specific aq war effort npcs
This commit is contained in:
9
sql/world/base/optional_ipp_aware_aq_war_effort_npcs.sql
Normal file
9
sql/world/base/optional_ipp_aware_aq_war_effort_npcs.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- This SQL query makes specific NPCs visible related to the AQ War Effort event
|
||||
-- See: https://github.com/azerothcore/mod-war-effort
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_aq' WHERE `entry` IN (15383, 15431, 15432, 15434, 15437, 15445, 15446,
|
||||
15448, 15450, 15451, 15452, 15453, 15455, 15456,
|
||||
15457, 15700, 15459, 15460, 15469, 15477, 15508,
|
||||
15512, 15515, 15522, 15525, 15528, 15529, 15532,
|
||||
15533, 15534, 15535, 21968, 15738, 15737, 15739,
|
||||
15736, 15731, 15733, 15735, 15734, 21969,
|
||||
15810, 15813, 15742, 15741, 15740, 15758, 15818);
|
||||
Reference in New Issue
Block a user