aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-07-12 14:50:42 +0200
committerKillyana <morphone1@gmail.com>2016-07-12 14:50:42 +0200
commitd7bf9e895b240b238dff10061c5b576c15706a57 (patch)
tree678913a7eed824ffcd1fd11e621268bf95f8e290
parent11a1dc04a1fedaa6bce0027011c92a4daa1b265d (diff)
DB/Creature: Add missing creatures before Lady Deathwhisper on 25 difficulties
-rw-r--r--sql/updates/world/3.3.5/2016_07_12_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_12_01_world.sql b/sql/updates/world/3.3.5/2016_07_12_01_world.sql
new file mode 100644
index 00000000000..92bc269ea3a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_12_01_world.sql
@@ -0,0 +1,8 @@
+--
+SET @Guid:=52664;
+DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+4;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(@Guid+0, 36811, 631, 0, 0, 10, 1, 0, 1, -568.121, 2225.85, 49.4766, 3.12087, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0),
+(@Guid+1, 36811, 631, 0, 0, 10, 1, 0, 1, -568.878, 2197.52, 49.4766, 2.93833, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0),
+(@Guid+2, 36807, 631, 0, 0, 10, 1, 0, 0, -582.666, 2221.75, 49.4766, 3.32411, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0),
+(@Guid+3, 36807, 631, 0, 0, 10, 1, 0, 0, -583.898, 2200.98, 49.4766, 3.00995, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0);