From 94c331a427f9af84f9f69c66f1353dc391c271de Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 21 May 2019 21:23:33 +0200 Subject: DB/Creature: Little Jimmy Vishas The event with Renault Mograine and Sally Whitemane and a Captured Critter is not scripted --- sql/updates/world/3.3.5/2019_05_21_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_05_21_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_05_21_03_world.sql b/sql/updates/world/3.3.5/2019_05_21_03_world.sql new file mode 100644 index 00000000000..ac31af8f51b --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_21_03_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid`=105354 AND `id`=20359; +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 +(105354, 20359, 560, 0, 0, 3, 1, 0, 0, 1911.3525, 1080.2274, 21.6609, 4.134215, 300, 0, 0, 115, 126, 0, 0, 0, 0, 0); +UPDATE `creature` SET `position_x`=1910.961426, `position_y`=1077.719971, `position_z`=21.876644, `orientation`=1.101913 WHERE `guid`=84017; +UPDATE `creature` SET `position_x`=1909.114502, `position_y`=1079.315918, `position_z`=21.995821, `orientation`=0.342432 WHERE `guid`=84016; -- cgit v1.2.3