aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 22:11:39 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 22:11:39 +0100
commit7c6c24fce8fb02fc9a6a8dc2a003c0dce21d2b1c (patch)
treef247dd1f3b5f228b67af626a2d6e0c586ab5bea2
parent195448685540433a20a213a36e11a79e51506aba (diff)
DB/commit: darn incremental number fail 2nd time today
-rw-r--r--sql/updates/world/2012_11_19_03_world_ysera.sql (renamed from sql/updates/world/2012_11_19_02_world_ysera.sql)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_19_02_world_ysera.sql b/sql/updates/world/2012_11_19_03_world_ysera.sql
index 1ab92cc4dee..24a729f96dd 100644
--- a/sql/updates/world/2012_11_19_02_world_ysera.sql
+++ b/sql/updates/world/2012_11_19_03_world_ysera.sql
@@ -25,7 +25,7 @@ INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes1`) VALUES
(109146,0,1),(109403,0,8),(113585,0,8),
(109405,0,8),(109408,0,8),(109404,1094040,0),
(109385,1093850,0);
-DELETE FROM `creature` WHERE `guid` IN (113585,109404);
+DELETE FROM `creature` WHERE `guid` IN (113585,109404,109385);
INSERT INTO `creature` (`guid`,`id`,`map`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`curhealth`,`curmana`,`MovementType`) VALUES
(109404,27024,571,4676.16,-5575.82,53.61,0.85,120,6,9940,0,2),
(109385,26935,571,4550.15,-5493.45,2.19,0.85,120,6,9940,0,2);