diff --git a/sql/updates/world/2014_03_16_00_world_creature.sql b/sql/updates/world/2014_03_16_00_world_creature.sql new file mode 100644 index 00000000000..56f9c3f00df --- /dev/null +++ b/sql/updates/world/2014_03_16_00_world_creature.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `ainame`='' WHERE `entry` IN (2406,2384); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2406,2384);