DB: Fix a db startup error

This commit is contained in:
Vincent_Michael
2013-08-08 00:43:57 +01:00
committed by Nay
parent 85fd2bd7d0
commit 27a433d277
@@ -0,0 +1,2 @@
UPDATE `creature` SET `MovementType`=0 WHERE `guid`=107239;
UPDATE `creature_template` SET `MovementType`=2 WHERE `entry`=27003;