mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix Anzu cannot be summoned on Sethekk Halls
closes #31354 by CraftedRO
This commit is contained in:
3
sql/updates/world/3.3.5/2025_10_09_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2025_10_09_01_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user