diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-12-27 20:55:27 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-12-28 12:16:38 -0300 |
| commit | 81dc41a4a583026667152b1cb92bd546704ed01f (patch) | |
| tree | 1d3b7623c607892fd46ff9ff5208c91e707fdcd7 | |
| parent | b12d51515868144556411ea442869bed813dc76e (diff) | |
DB/Spawns: fix ICC Runeforge (missing spellfocus)
| -rw-r--r-- | sql/updates/world/3.3.5/2017_12_28_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_04_world.sql b/sql/updates/world/3.3.5/2017_12_28_04_world.sql new file mode 100644 index 00000000000..c104e2668f1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_28_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `id` = 190557 AND `map` = 631; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(1498,190557,631,0,0,15,1,-59.4583,2157.47,30.6542,2.75761,0,0,0,1,6000,100,1,0); |
