From 7ab563c0dd88ad0fb73a2b070956988950f35b49 Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sat, 11 Apr 2015 10:24:45 +0200 Subject: DB/NPC: Update guid for creatue spawn --- sql/updates/world/2015_04_07_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/world/2015_04_07_01_world.sql b/sql/updates/world/2015_04_07_01_world.sql index e000a43fe1c..ccda4b444c7 100644 --- a/sql/updates/world/2015_04_07_01_world.sql +++ b/sql/updates/world/2015_04_07_01_world.sql @@ -1,4 +1,4 @@ -SET @GUID := 69717; -- 4 creature guid Set by TC +SET @GUID := 52283; -- 4 creature guid Set by TC SET @OGUID := 5510; -- 1 GOB guid set by TC DELETE FROM `creature` WHERE `id`=23142; INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`curhealth`) VALUES -- cgit v1.2.3