mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/SAI: Remove bad unneeded Springpaw Stalker & Elder Springpaw SAI
This commit is contained in:
3
sql/updates/world/2013_12_07_01_world_sai.sql
Normal file
3
sql/updates/world/2013_12_07_01_world_sai.sql
Normal 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);
|
||||
Reference in New Issue
Block a user