diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2015-04-13 13:13:48 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:02:20 +0100 |
| commit | 15db3dcd7df9163e2b72517afafde57e7a31ed0d (patch) | |
| tree | f16ac6affe6ba16778ec062319ea96e248b20cc7 | |
| parent | 266758e5d0a639879809b5751be2887196eaa465 (diff) | |
DB/Misc: Fix startup errors
(cherry picked from commit 17a4cee54694599781c2dc7ed966e087f568bbe2)
Conflicts:
| -rw-r--r-- | sql/updates/world/2015_04_11_00_world_f335.sql (renamed from sql/updates/world/2015_04_07_01_world.sql) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/updates/world/2015_04_07_01_world.sql b/sql/updates/world/2015_04_11_00_world_f335.sql index ccda4b444c7..439b9a622c2 100644 --- a/sql/updates/world/2015_04_07_01_world.sql +++ b/sql/updates/world/2015_04_11_00_world_f335.sql @@ -1,4 +1,6 @@ -SET @GUID := 52283; -- 4 creature guid Set by TC +DELETE FROM `creature` WHERE `guid` IN (52283, 52284, 52285, 52286, 69717, 69718, 69719, 69720); + +SET @GUID := 69717; -- 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 @@ -18,4 +20,4 @@ UPDATE `creature` SET `position_x`= -5156.172363, `position_y`= 590.695251, `pos UPDATE `creature` SET `position_x`= -5152.365723, `position_y`= 592.303040, `position_z`= 81.361931, `orientation`= 4.705578 WHERE `guid`= 78137; UPDATE `creature` SET `position_x`= -5113.345703, `position_y`= 623.850159, `position_z`= 86.736343, `orientation`= 1.033840 WHERE `guid`= 78160; UPDATE `creature` SET `position_x`= -5123.593750, `position_y`= 626.638916, `position_z`= 86.629669, `orientation`= 1.395123 WHERE `guid`= 78159; -UPDATE `creature` SET `position_x`= -5165.503418, `position_y`= 568.109131, `position_z`= 80.523895, `orientation`= 2.707489 WHERE `guid`= 52107; +UPDATE `creature` SET `position_x`= -5165.503418, `position_y`= 568.109131, `position_z`= 80.523895, `orientation`= 2.707489 WHERE `guid`= 52107; |
