From 21031898feaa2bdd3af42ce4b9eda7fd587676f4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 11 May 2019 18:05:03 +0200 Subject: DB/Creature: Tarren Mill Fisherman --- sql/updates/world/3.3.5/2019_05_11_07_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_05_11_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_05_11_07_world.sql b/sql/updates/world/3.3.5/2019_05_11_07_world.sql new file mode 100644 index 00000000000..851fb5efdca --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 3, 1, 0, 1, 2397, 747.512, 54.2694, 4.18879, 86400, 0, 0, 617, 0, 0, 0, 0, 0, 0), +(104830, 18657, 560, 0, 0, 3, 1, 0, 1, 2399.98, 744.429, 54.378, 3.92699, 86400, 0, 0, 617, 0, 0, 0, 0, 0, 0), +(104832, 18657, 560, 0, 0, 3, 1, 0, 1, 2404.2, 740.228, 54.419, 4.2586, 86400, 0, 0, 617, 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); -- cgit v1.2.3