diff options
author | Killyana <morphone1@gmail.com> | 2019-05-11 18:05:03 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-11 18:05:03 +0200 |
commit | 21031898feaa2bdd3af42ce4b9eda7fd587676f4 (patch) | |
tree | 36ae9b97577eb0fa63949e81c96b9336a4ed8338 | |
parent | 441795cc496158af11c348d0b0fe7329856c9171 (diff) |
DB/Creature: Tarren Mill Fisherman
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_11_07_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
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); |