diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-03-26 09:49:16 +0100 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2016-03-26 09:49:16 +0100 |
| commit | 48a12cb2f5511d964771c3177479c661bb12252c (patch) | |
| tree | 847414ced7e691611e06ec52736acc2184c3fdae | |
| parent | cc68fbeb114e237619a2d608ec2d9287687be7d9 (diff) | |
DB/Instance: Karazhan Trash fix up SQL query
| -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; |
