mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Creature: Remove random movement from "Webbed Creature"
By baric, closes #9607
This commit is contained in:
3
sql/updates/world/2014_02_20_05_world_creature.sql
Normal file
3
sql/updates/world/2014_02_20_05_world_creature.sql
Normal file
@@ -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