diff options
author | Kittnz <frederik156@hotmail.com> | 2015-04-11 10:24:45 +0200 |
---|---|---|
committer | Kittnz <frederik156@hotmail.com> | 2015-04-11 10:24:45 +0200 |
commit | 7ab563c0dd88ad0fb73a2b070956988950f35b49 (patch) | |
tree | 379582a717ca7990db44e255b05f87c8e1978f8f | |
parent | ca67cc8f6b1f0d16bb3c4c66343dc305b9f78acc (diff) |
DB/NPC: Update guid for creatue spawn
-rw-r--r-- | sql/updates/world/2015_04_07_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |