diff options
author | Killyana <morphone1@gmail.com> | 2017-06-18 17:38:31 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-07-17 20:00:23 +0200 |
commit | 2e8cc7ad9b7e9c1ac919b9ade638d7dddb9dd35c (patch) | |
tree | 89aad11c8dd03f1cc728efd398956b852d37274b | |
parent | e9e5a7ea070abdabe83bb256334a3411a7fe2efa (diff) |
DB/Creature: Add some missing spawns in Voltarus
(cherry picked from commit 2b9972dc3bac503d6a4e60c8369b7435c0af025c)
-rw-r--r-- | sql/updates/world/master/2020_07_17_11_world_2017_06_18_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_07_17_11_world_2017_06_18_03_world.sql b/sql/updates/world/master/2020_07_17_11_world_2017_06_18_03_world.sql new file mode 100644 index 00000000000..ec8349ebaf2 --- /dev/null +++ b/sql/updates/world/master/2020_07_17_11_world_2017_06_18_03_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM creature WHERE guid IN (80424,80426,80427); +INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(80424, 28931, 571, 0, 0, '0', 0, 0, 0, 25770, 0, 6221.2, -1986.5, 461.485, 3.78736, 300, 0, 0, 200000, 0, 0, 0, 0, 0, 0), +(80426, 28932, 571, 0, 0, '0', 0, 0, 0, 19595, 0, 6218.72, -1985.63, 482.18, 4.39823, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0), +(80427, 28932, 571, 0, 0, '0', 0, 0, 0, 19595, 0, 6221.37, -1989.22, 482.167, 1.50098, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0); +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=28932; |