diff options
| author | Kittnz <frederik156@hotmail.com> | 2015-04-11 10:24:45 +0200 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:02:19 +0100 |
| commit | 266758e5d0a639879809b5751be2887196eaa465 (patch) | |
| tree | 0cd08ac6a0c58618afb36651d01db92b9bd9e75e | |
| parent | 2c6df0953991019fe02c87538d28d3d5dea0dda3 (diff) | |
DB/NPC: Update guid for creatue spawn
(cherry picked from commit 7ab563c0dd88ad0fb73a2b070956988950f35b49)
| -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 |
