mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix startup and runtime errors
By Rushor.
This commit is contained in:
3
sql/updates/world/2015_02_10_08_world.sql
Normal file
3
sql/updates/world/2015_02_10_08_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature` SET `MovementType`=0 WHERE `guid` = 58021;
|
||||
UPDATE `creature` SET `MovementType`=1 WHERE `guid` IN (122545, 122824);
|
||||
Reference in New Issue
Block a user