From 157bf45fd9951cc5d3c81715d2b09fb2f7343d2e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 16 Mar 2014 06:05:02 +0100 Subject: DB/Creature: Fix 2 mobs incorrectly using prowl By untaught and mario-64, closes #11703 --- sql/updates/world/2014_03_16_00_world_creature.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_03_16_00_world_creature.sql (limited to 'sql') 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); -- cgit v1.2.3