aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-10 18:49:21 +0200
committerKillyana <morphone1@gmail.com>2019-05-10 18:49:21 +0200
commitb7d63b0331af55ea006f366cd56f42cad4dafd7f (patch)
tree0e93ec32bc5f43aedc8c6bf3774f1880a879e528
parentb028dc07cfb71620eb7309490c053fa375fcd40c (diff)
DB/Creature: Add some cosmetic mounts
-rw-r--r--sql/updates/world/3.3.5/2019_05_10_03_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_10_03_world.sql b/sql/updates/world/3.3.5/2019_05_10_03_world.sql
new file mode 100644
index 00000000000..1600138ef82
--- /dev/null
+++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
+(104173, 18378, 571, 1, 1, 0, 0, 2750.36, 6127.08, 208.856, 5.44543, 180, 0, 0, 4050, 0, 0),
+(104174, 18379, 571, 1, 1, 0, 0, 2761.16, 6137.27, 208.872, 5.35816, 180, 0, 0, 4050, 0, 0),
+(104175, 18380, 571, 1, 1, 0, 0, 2779.98, 6154.28, 208.92, 5.35816, 180, 0, 0, 4050, 0, 0);