aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-26 13:35:44 +0200
committerKillyana <morphone1@gmail.com>2019-06-26 13:35:44 +0200
commit07e76baf77867b488871c7614d8b34a813442c9c (patch)
tree3c910207bfbd9898a8971c97efcaa764b9178e5b
parent4e98c3f61e399e9ea73e7628f8efd4bbb38f34fe (diff)
DB: Add cosmetic spawns to The Culling of Stratholme
-rw-r--r--sql/updates/world/3.3.5/2019_06_26_03_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_26_03_world.sql b/sql/updates/world/3.3.5/2019_06_26_03_world.sql
new file mode 100644
index 00000000000..4a71d73beba
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_26_03_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `creature` WHERE `guid`=111168;
+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
+(111168, 28656, 595, 4100, 0, 3, 1, 0, 0, 1810.875, 1285.035, 142.4917, 4.485496, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595); -- 28656 (Area: 0 - Difficulty: 0)
+DELETE FROM `gameobject` WHERE `guid`=9223;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(9223, 190117, 595, 4100, 0, 3, 1, 1813.312, 1283.587, 142.2434, 4.81711, 0, 0, -0.6691303, 0.743145, 7200, 255, 1, 15595); -- 190117 (Area: 0 - Difficulty: 0)
+UPDATE `creature` SET `equipment_id`=1 WHERE `id`=27915;