DB/Creature: Fix Anzu cannot be summoned on Sethekk Halls

closes #31354
by CraftedRO
This commit is contained in:
Aokromes
2025-10-09 15:13:04 +02:00
committed by GitHub
parent b336930e98
commit fa061c8c54

View File

@@ -0,0 +1,3 @@
-- Switch 'Just Summoned' to 'On just created' for Anzu summoning event
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23057;
UPDATE `smart_scripts` SET `event_type`=63, `comment`="Invis Raven God Target - On Just Created - Run Script" WHERE `entryorguid`=23057 AND `source_type`=0 AND `id`=0;