aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-01-09 14:35:14 +0100
committerGitHub <noreply@github.com>2017-01-09 14:35:14 +0100
commit43ed4ff53a7ebdf632e50486c2e0d6840a74a3ed (patch)
treeb43f5b89ad754c674e1ffde874111bd10a1bd8b9
parent56797f1da5fb9fcc15eb080b9aea3f5608684eb6 (diff)
DB/Gameobject: Spawn Rite of the Winds spellfocus
Updates #18262
-rw-r--r--sql/updates/world/master/2017_01_09_10_world.sql5
1 files changed, 5 insertions, 0 deletions
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);
+--