aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-10-24 08:57:27 +0200
committerfunjoker <funjoker109@gmail.com>2021-01-13 22:04:52 +0100
commit2cccef803889539873321e5971b57cb39a6af527 (patch)
tree2ce3a94045b695e86acf9507080f005d771570f1
parentd337581f7b8374ff2297c562434bbb8409a21f30 (diff)
DB/Creature: Restore 6 spawns deleted by mistake
(cherry picked from commit e4385c13d2aeeb58a8cc0889f0e0a46f4dfdaf97)
-rw-r--r--sql/updates/world/master/2021_01_09_12_world_2017_10_24_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_09_12_world_2017_10_24_00_world.sql b/sql/updates/world/master/2021_01_09_12_world_2017_10_24_00_world.sql
new file mode 100644
index 00000000000..45dbe6473e5
--- /dev/null
+++ b/sql/updates/world/master/2021_01_09_12_world_2017_10_24_00_world.sql
@@ -0,0 +1,10 @@
+--
+SET @CGUID := 81110;
+DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID + 0 AND @CGUID + 5;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
+(@CGUID+0, 1412, 530, 3518, 3518, '0', 0, 0, 0, -2023.83, 8911.35, 34.2775, 2.98928, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
+(@CGUID+1, 1412, 530, 3518, 3633, '0', 0, 0, 0, -2103.56, 8854.62, 24.6233, 0.58631, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
+(@CGUID+2, 1412, 530, 3518, 3633, '0', 0, 0, 0, -2105.73, 8904.69, 27.0793, 0.366985, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
+(@CGUID+3, 1412, 530, 3524, 3524, '0', 0, 0, 0, -4466.41, -11567.3, 13.3558, 5.58932, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
+(@CGUID+4, 1412, 530, 3524, 3524, '0', 0, 0, 0, -4786.42, -11723, 20.8626, 3.09852, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
+(@CGUID+5, 1412, 530, 3524, 3524, '0', 0, 0, 0, -4745.74, -12185.6, 18.5034, 5.9609, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0);