diff options
-rw-r--r-- | sql/updates/world/2016_03_26_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2016_03_26_00_world.sql b/sql/updates/world/2016_03_26_00_world.sql index 861afb129f2..58a42dc214d 100644 --- a/sql/updates/world/2016_03_26_00_world.sql +++ b/sql/updates/world/2016_03_26_00_world.sql @@ -1,6 +1,6 @@ -- Fix moving phantom guest who should be sitting. UPDATE `creature` SET `MovementType`=0 AND `spawndist`=0, `position_x`=-10997.400391, `position_y`=-1893.040039, `orientation`=3.572645 WHERE `guid`=135230; -UPDATE `creature_addon` SET `bytes1`=1 WHERE `entry`=135230 AND `bytes1`=5; +UPDATE `creature_addon` SET `bytes1`=1, `bytes2`=5 WHERE `guid`=135230; SET @NPC := 135151; SET @PATH := @NPC * 10; |