From 43ed4ff53a7ebdf632e50486c2e0d6840a74a3ed Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 9 Jan 2017 14:35:14 +0100 Subject: DB/Gameobject: Spawn Rite of the Winds spellfocus Updates #18262 --- sql/updates/world/master/2017_01_09_10_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_01_09_10_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_09_10_world.sql b/sql/updates/world/master/2017_01_09_10_world.sql new file mode 100644 index 00000000000..0b8f8e412d5 --- /dev/null +++ b/sql/updates/world/master/2017_01_09_10_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `guid` =200274; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `PhaseId`, `position_x`, `position_y`, `position_z`, `spawntimesecs`) VALUES +(200274, 201750, 1, 169, -2933.41, -42.724, 189.794, 1); +-- -- cgit v1.2.3