diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-10 18:49:21 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 14:06:26 +0100 |
| commit | ae52409ad9caf759ed23a384565d71922bf2470d (patch) | |
| tree | 05252135b16a584a3a1c50a9023a98708818b3f8 | |
| parent | 456825b56510cd2d783e7633d7d60af6881b20e9 (diff) | |
DB/Creature: Add some cosmetic mounts
(cherry picked from commit b7d63b0331af55ea006f366cd56f42cad4dafd7f)
| -rw-r--r-- | sql/updates/world/master/2021_12_05_05_world_2019_05_10_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_05_world_2019_05_10_03_world.sql b/sql/updates/world/master/2021_12_05_05_world_2019_05_10_03_world.sql new file mode 100644 index 00000000000..ba318daf48f --- /dev/null +++ b/sql/updates/world/master/2021_12_05_05_world_2019_05_10_03_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (104173, 104174, 104175); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(104173, 18378, 571, '0', 0, 0, 0, 2750.36, 6127.08, 208.856, 5.44543, 180, 0, 0, 4050, 0, 0), +(104174, 18379, 571, '0', 0, 0, 0, 2761.16, 6137.27, 208.872, 5.35816, 180, 0, 0, 4050, 0, 0), +(104175, 18380, 571, '0', 0, 0, 0, 2779.98, 6154.28, 208.92, 5.35816, 180, 0, 0, 4050, 0, 0); |
