From 0efae243e5dbc7ccd6811700a2c6db5c5c81714a Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 3 Aug 2019 20:45:48 +0200 Subject: DB/Creature: Vrykul Harpoon Gun --- sql/updates/world/3.3.5/2019_08_03_08_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_08_03_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_08_03_08_world.sql b/sql/updates/world/3.3.5/2019_08_03_08_world.sql new file mode 100644 index 00000000000..82cef9c96ee --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_03_08_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry` IN (27993); +DELETE FROM `creature` WHERE `guid`=116020 AND `id`=27993; +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 +(116020, 27993, 571, 0, 0, 1, 1, 0, 0, 925.647, -5299.53, 175.687, 1.90241, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3