aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-03-16 06:05:02 +0100
committerAokromes <Aokromes@users.noreply.github.com>2014-03-16 06:05:02 +0100
commit157bf45fd9951cc5d3c81715d2b09fb2f7343d2e (patch)
tree614f642379066216dd7071d641a3f3b6921bc598
parenta1aa4547b3229a6b8c62fd4f3ebc72bfe9c7d316 (diff)
DB/Creature: Fix 2 mobs incorrectly using prowl
By untaught and mario-64, closes #11703
-rw-r--r--sql/updates/world/2014_03_16_00_world_creature.sql3
1 files changed, 3 insertions, 0 deletions
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);