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