Skip to content

Commit

Permalink
DB/Instance: Karazhan Trash fix up SQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
Kittnz committed Mar 26, 2016
1 parent cc68fbe commit 48a12cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
Expand Down

0 comments on commit 48a12cb

Please sign in to comment.