aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-26 17:48:49 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 13:54:52 +0100
commit031e1b83585fcd92129b9d8edbf73109f817d98d (patch)
tree84b25b444a75c08083349bd6a6ee9d604db5b340
parentc5d4ea006b099a7af15ccdb6e372d59f936571ed (diff)
DB/Creature: Forlorn Soul
Add missing spawns (cherry picked from commit b13c7f511ed5e21b9f5fb1efa871bc8dca315336)
-rw-r--r--sql/updates/world/2016_01_17_02_world_2015_12_26_01.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_02_world_2015_12_26_01.sql b/sql/updates/world/2016_01_17_02_world_2015_12_26_01.sql
new file mode 100644
index 00000000000..32ec7adf02b
--- /dev/null
+++ b/sql/updates/world/2016_01_17_02_world_2015_12_26_01.sql
@@ -0,0 +1,8 @@
+--
+SET @Guid := 52270;
+DELETE FROM `creature` WHERE `guid` BETWEEN @Guid+0 AND @Guid+3;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
+(@Guid+0, 24789, 571, 0, 0, 1, 169, 20089, 0, 679.537, -3379.89, 67.5482, 4.74721, 300, 10, 0, 9291, 3155, 1, 0, 0, 0),
+(@Guid+1, 24789, 571, 0, 0, 1, 169, 20089, 0, 721.82, -3380.29, 68.1963, 4.78832, 300, 10, 0, 9291, 3155, 1, 0, 0, 0),
+(@Guid+2, 24789, 571, 0, 0, 1, 169, 20089, 0, 724.233, -3336.82, 68.0772, 1.22937, 300, 10, 0, 9291, 3155, 1, 0, 0, 0),
+(@Guid+3, 24789, 571, 0, 0, 1, 169, 20089, 0, 695.932, -3417.13, 68.5955, 1.00392, 300, 10, 0, 9291, 3155, 1, 0, 0, 0);