DB/SAI: Remove bad unneeded Springpaw Stalker & Elder Springpaw SAI

This commit is contained in:
Malcrom
2013-12-07 23:09:09 -03:30
parent 2ed05e487d
commit 997dcf0ea4

View File

@@ -0,0 +1,3 @@
-- Remove Springpaw Stalker & Elder Springpaw SAI
UPDATE `creature_template` SET `AIName`= '' WHERE `entry`IN (15651,15652);
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY IN (15651,15652);