diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-12-03 21:43:12 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-12-03 21:43:21 +0000 |
| commit | 978f31bad6d9958d761c683f03a34ff0bf59dd00 (patch) | |
| tree | 91725ff2a018425bfefb994a987ef23d681c6675 | |
| parent | a0226ec5d19dac3bb953a2128cb827fea60b69ec (diff) | |
DB/Quests: Re-fix 24559/24461; spawn needed GOs at correct places
Ref #836
| -rw-r--r-- | sql/updates/world/2011_12_03_00_world_gameobject.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_03_00_world_gameobject.sql b/sql/updates/world/2011_12_03_00_world_gameobject.sql new file mode 100644 index 00000000000..5707ee28d12 --- /dev/null +++ b/sql/updates/world/2011_12_03_00_world_gameobject.sql @@ -0,0 +1,4 @@ +DELETE FROM `gameobject` WHERE `guid` IN (207,215) AND `id`=300245; -- TEMP Forgemaster''s Anvil +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(207, 300245, 658, 3, 1, 637.954, -209.544, 533.269, 3.53903, 0, 0, 0.980321, -0.197413, 300, 0, 1), +(215, 300245, 658, 3, 1, 726.268, -237.654, 534.13, 5.5732, 0, 0, 0.347582, -0.93765, 300, 0, 1); |
