DB/Creature: Remove random movement from "Webbed Creature"

By baric, closes #9607
This commit is contained in:
Aokromes
2014-02-20 06:14:22 +01:00
parent 28484a1576
commit fd8a669190

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 17680;
UPDATE `creature` SET `MovementType` = 0 WHERE `id` = 17680;