Scripts/Ulduar: Add proper support for Razorscale summon event.

DB/SQL: Remove duplicate script from world database
This commit is contained in:
Supabad
2011-05-09 21:39:22 +02:00
parent f7372e767e
commit 63e04e9ef8
2 changed files with 59 additions and 48 deletions

View File

@@ -0,0 +1,2 @@
UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry` IN (33245,34188);
UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry`=33282;