aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-27 18:45:13 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-20 23:56:17 +0100
commite4e7f8b8dc35371c8502a2e52154e8fee601f996 (patch)
tree4f0ec922ed740de08e334ad6411d82a6bafd167e
parentac4df1d8564e7691e538ce0dfd56287ed11ec714 (diff)
DB/Creature: Wildervar Miner
(cherry picked from commit de7d9f25907f03e4c64b0d96ad35945de99c30ee)
-rw-r--r--sql/updates/world/master/2021_12_20_36_world_2020_01_27_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_36_world_2020_01_27_02_world.sql b/sql/updates/world/master/2021_12_20_36_world_2020_01_27_02_world.sql
new file mode 100644
index 00000000000..a0a4d4ebe4d
--- /dev/null
+++ b/sql/updates/world/master/2021_12_20_36_world_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);