From bee08cc3e7602994c3dc471d5b099bfccf895770 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 10 Jan 2019 17:45:30 +0100 Subject: DB/Creature: Rory --- sql/updates/world/3.3.5/2019_01_10_04_world_335.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_10_04_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_01_10_04_world_335.sql b/sql/updates/world/3.3.5/2019_01_10_04_world_335.sql new file mode 100644 index 00000000000..f680af167c2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_04_world_335.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (48306); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(48306, 11285, 0, 1, 1, 0, 0, 1194.061, -2310.092, 57.172, 2.902832, 600, 0, 0); + +UPDATE `creature_template` SET `npcflag`=`npcflag`|1, `gossip_menu_id`=3361 WHERE `entry`=11285; +DELETE FROM `creature_template_addon` WHERE `entry`=11285; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES (11285, 1, "17622"); + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (3361); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (3361,4117); -- cgit v1.2.3