From de7d9f25907f03e4c64b0d96ad35945de99c30ee Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 27 Jan 2020 18:45:13 +0100 Subject: DB/Creature: Wildervar Miner --- sql/updates/world/3.3.5/2020_01_27_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_27_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_01_27_02_world.sql b/sql/updates/world/3.3.5/2020_01_27_02_world.sql new file mode 100644 index 00000000000..a0a4d4ebe4d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_27_02_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature` SET `equipment_id`=1 WHERE `guid` IN (120420,120423,120427,120421,120422,120426); +UPDATE `creature` SET `equipment_id`=2 WHERE `guid` IN (120419,120425); +UPDATE `waypoint_data` SET `position_x`=2558.624023, `position_y`=-4999.662109, `position_z`=291.09082, `orientation`=1.009225 WHERE `id` IN (1204260) AND `point`=1; +UPDATE `waypoint_data` SET `delay`=20000 WHERE `id` IN (1204260); -- cgit v1.2.3