From 5ec856d81d764729cd0ad7ac31ac504b4cb7082a Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 3 Aug 2019 18:06:33 +0200 Subject: DB/Creature: Taking Wing Timer Bunny --- sql/updates/world/3.3.5/2019_08_03_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_08_03_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_08_03_06_world.sql b/sql/updates/world/3.3.5/2019_08_03_06_world.sql new file mode 100644 index 00000000000..2891ed41734 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_03_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=113670 AND `id`=27889; +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 +(113670, 27889, 571, 0, 0, 1, 1, 0, 0, 3459.72, 5899.17, 145.285, 5.67232, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3