aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-02-20 06:14:22 +0100
committerAokromes <Aokromes@users.noreply.github.com>2014-02-20 06:14:22 +0100
commitfd8a6691903b59ddd93defaf1f19b3df19ef6d0d (patch)
treea52ed9161a7a5086ca2fbc63dd280cff88eb581d
parent28484a15762a908228bb155765cebd113be5fdba (diff)
DB/Creature: Remove random movement from "Webbed Creature"
By baric, closes #9607
-rw-r--r--sql/updates/world/2014_02_20_05_world_creature.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_20_05_world_creature.sql b/sql/updates/world/2014_02_20_05_world_creature.sql
new file mode 100644
index 00000000000..476ea180254
--- /dev/null
+++ b/sql/updates/world/2014_02_20_05_world_creature.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 17680;
+UPDATE `creature` SET `MovementType` = 0 WHERE `id` = 17680;