diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-09 14:35:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 14:35:14 +0100 |
commit | 43ed4ff53a7ebdf632e50486c2e0d6840a74a3ed (patch) | |
tree | b43f5b89ad754c674e1ffde874111bd10a1bd8b9 | |
parent | 56797f1da5fb9fcc15eb080b9aea3f5608684eb6 (diff) |
DB/Gameobject: Spawn Rite of the Winds spellfocus
Updates #18262
-rw-r--r-- | sql/updates/world/master/2017_01_09_10_world.sql | 5 |
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); +-- |