diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 15:57:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 15:57:51 +0200 |
commit | bc94bbb651974969eb537bcbac7342c4b756e677 (patch) | |
tree | 5fe9799db8f6d5df2ac9c527e1d806e6c869430c | |
parent | 56d0160f1c1e8a38b19e056e73a8adcc5e6d47a4 (diff) |
DB/Gameobject: Fix Forge in Telaar
Closes #16550
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_15_10_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_10_world.sql b/sql/updates/world/3.3.5/2016_06_15_10_world.sql new file mode 100644 index 00000000000..6033ee9446c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_15_10_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=5537; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `spawntimesecs`, `state`) VALUES +(5537,4090,530,-2518.51001,7360.100098,10.6223,120,1); |