mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 15:27:47 -04:00
DB/Creature: Remove random movement from "Webbed Creature"
By baric, closes #9607
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 17680;
|
||||
UPDATE `creature` SET `MovementType` = 0 WHERE `id` = 17680;
|
||||
Reference in New Issue
Block a user