diff options
-rw-r--r-- | sql/updates/world/2015_05_02_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_05_02_00_world.sql b/sql/updates/world/2015_05_02_00_world.sql index 58ce723fd6f..cbcf6bf17e5 100644 --- a/sql/updates/world/2015_05_02_00_world.sql +++ b/sql/updates/world/2015_05_02_00_world.sql @@ -1,4 +1,4 @@ -SET @GUID := 16937; -- 1 creature guid Set by TC +SET @GUID := 16397; -- 1 creature guid Set by TC DELETE FROM `creature` WHERE `id`=16123; INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`curhealth`) VALUES (@GUID, 16123, 0, 1, 1, -14457.221680, 448.084534, 20.406971, 6.115618, 600, 0); |