diff options
author | Killyana <morphone1@gmail.com> | 2019-10-21 20:09:43 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 23:06:04 +0100 |
commit | 64ad90a9d8da3d700e95742151ef22757fee3209 (patch) | |
tree | 15af4c2f965e8f21a8324acf2023884cc46b4c4a | |
parent | 8b35d5b8fcacac6b06ae5707cdcd8f80fcdde131 (diff) |
DB/Creature: Plaguehoof & Bloodsunder & Icefury
(cherry picked from commit 439c434164ff07c7e52e4536bf7e4366e6ff24e4)
-rw-r--r-- | sql/updates/world/master/2021_12_18_52_world_2019_10_21_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_52_world_2019_10_21_03_world.sql b/sql/updates/world/master/2021_12_18_52_world_2019_10_21_03_world.sql new file mode 100644 index 00000000000..2ab456e884a --- /dev/null +++ b/sql/updates/world/master/2021_12_18_52_world_2019_10_21_03_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (117321,117322,117323,117365); +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`, `VerifiedBuild`) VALUES +(117321, 31220, 571, 0, 0, '0', 0, 0, 0, 6067.22, 1892.13, 632.662, 3.45575, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(117322, 31225, 571, 0, 0, '0', 170, 0, 0, 6027.64, 1921.29, 632.678, 4.34922, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(117323, 31223, 571, 0, 0, '0', 170, 0, 0, 6472.73, 1722.66, 508.784, 5.91667, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(117365, 31224, 571, 0, 0, '0', 170, 0, 0, 6564.38, 1613.81, 633.546, 1.66397, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340); |