diff options
author | Killyana <morphone1@gmail.com> | 2019-04-06 00:37:06 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 22:19:33 +0100 |
commit | 9bf0d015974b1f7dc95b4300d2a220f764ceea3b (patch) | |
tree | 01aabe67d54cc321baff233cc7c52f21ce4746ac | |
parent | 4c996bdf8be86d6659e512aba115dae5ac94aaa7 (diff) |
DB/Creature: Coldmine Explorer (Cosmetic)
(cherry picked from commit c9a6044f574d7cbf1bf3165b642931bd9726ff36)
-rw-r--r-- | sql/updates/world/master/2021_11_26_12_world_2019_04_05_01_world_335.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_12_world_2019_04_05_01_world_335.sql b/sql/updates/world/master/2021_11_26_12_world_2019_04_05_01_world_335.sql new file mode 100644 index 00000000000..8768c811713 --- /dev/null +++ b/sql/updates/world/master/2021_11_26_12_world_2019_04_05_01_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (61694, 61695, 61696, 61697); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `unit_flags`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(61694, 13096, 0, '0', 0, 0, 1, -4958.26, -1264.67, 717.511, 5.39958, 768, 900, 0, 0, 837, 4234, 0), +(61695, 13096, 0, '0', 0, 0, 1, -4952.16, -1269.72, 716.152, 2.79599, 768, 900, 0, 0, 837, 4234, 0), +(61696, 13096, 0, '0', 0, 0, 1, -4868, -667, 624.228, 0.46338, 768, 900, 0, 0, 837, 4234, 0), +(61697, 13096, 0, '0', 0, 0, 1, -4862.35, -661.51, 624.875, 4.16261, 768, 900, 0, 0, 811, 4082, 0); + +DELETE FROM `creature_addon` WHERE `guid` IN (61694, 61695, 61696, 61697); +INSERT INTO `creature_addon` (`guid`, `bytes2`, `path_id`, `bytes1`) VALUES +(61694, 1, 0, 1), +(61695, 1, 0, 1), +(61696, 1, 0, 1), +(61697, 1, 0, 1); |