From 89db163a6d61be521b32f8bf2101f5e75d61bbf1 Mon Sep 17 00:00:00 2001 From: Serpaa Date: Mon, 4 Dec 2017 18:07:42 +0100 Subject: DB/Creature: Add two Draenei Artificer spawns Closes #21024 (cherry picked from commit dbe3feeedbd7b4d8b3b0b016ac0ebf6c5c8caba3) --- .../world/master/2021_02_18_05_world_2017_12_04_01_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_02_18_05_world_2017_12_04_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_02_18_05_world_2017_12_04_01_world.sql b/sql/updates/world/master/2021_02_18_05_world_2017_12_04_01_world.sql new file mode 100644 index 00000000000..9e6ba6240b0 --- /dev/null +++ b/sql/updates/world/master/2021_02_18_05_world_2017_12_04_01_world.sql @@ -0,0 +1,8 @@ +-- Add two Draenei Artificers +DELETE FROM `creature` WHERE `guid` IN (82823,82841); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(82823, 17228, 530, 0, 0, '0', 0, 0, 1, -4191.44, -12464.07, 45.340, 3.7988, 300, 0, 0, 98, 115, 2, 0, 0, 0, 0), +(82841, 17228, 530, 0, 0, '0', 0, 0, 1, -4213.64, -12467.37, 45.464, 0.9833, 300, 0, 0, 98, 115, 0, 0, 0, 0, 0); + +-- Move script of Draenei Artificer from ID to specific GUID +UPDATE `smart_scripts` SET `entryorguid`=-61962 WHERE `entryorguid`=17228 AND `source_type`=0; -- cgit v1.2.3