diff options
author | Killyana <morphone1@gmail.com> | 2019-05-11 18:05:03 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 15:14:12 +0100 |
commit | ddace645ba84f9abe2c4b6a1ba7b7d07409f437d (patch) | |
tree | d7da79f1d84cff0b61813a133c7a86811cef0744 | |
parent | 182cf0ae7666be735b6ec6024bcde2d9cefeb72a (diff) |
DB/Creature: Tarren Mill Fisherman
(cherry picked from commit 21031898feaa2bdd3af42ce4b9eda7fd587676f4)
-rw-r--r-- | sql/updates/world/master/2021_12_05_13_world_2019_05_11_07_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_13_world_2019_05_11_07_world.sql b/sql/updates/world/master/2021_12_05_13_world_2019_05_11_07_world.sql new file mode 100644 index 00000000000..f5518145e07 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_13_world_2019_05_11_07_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (104829, 104830, 104832); +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 +(104829, 18657, 560, 0, 0, '1,2', 0, 0, 1, 2397, 747.512, 54.2694, 4.18879, 86400, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(104830, 18657, 560, 0, 0, '1,2', 0, 0, 1, 2399.98, 744.429, 54.378, 3.92699, 86400, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(104832, 18657, 560, 0, 0, '1,2', 0, 0, 1, 2404.2, 740.228, 54.419, 4.2586, 86400, 0, 0, 0, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (18657); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`) VALUES +(18657, 0, 0, 0, 1, 379); |