diff options
| author | Nyeriah <sarah.trysan@live.com> | 2015-01-10 03:37:43 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2015-01-10 03:37:43 -0200 |
| commit | 6aac2bf2a70a3e099bc26bd087846e7f891ec3b0 (patch) | |
| tree | 8cc922f336551ac3931597a91879a29f7c27920f /sql/updates | |
| parent | f66596a33591559b13a75eb975ab692d46d24213 (diff) | |
Scripts/HellfireRamparts: Remove the spawning of the Reinforced Fel Iron chest from scripts
Updates #13747
(cherry picked from commit 9c9e5abca3dd9bdc8f776ffacd72500367e56043)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_01_10_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_10_06_world.sql b/sql/updates/world/2015_01_10_06_world.sql new file mode 100644 index 00000000000..d07bd8b4162 --- /dev/null +++ b/sql/updates/world/2015_01_10_06_world.sql @@ -0,0 +1,5 @@ +-- Replace the previously spawned chests with sniffed ones
+DELETE FROM `gameobject` WHERE `id` IN (185168, 185169) AND `guid` IN (20499, 20496);
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(20496, 185168, 543, 3, 1, -1429.81, 1772.916, 82.0765, 5.044002, 0, 0, 0, 1, 7200, 255, 1, 19243), -- 185168 (Area: 3562)
+(20499, 185169, 543, 3, 1, -1429.81, 1772.916, 82.0765, 5.044002, 0, 0, 0, 1, 7200, 255, 1, 19243); -- 185169 (Area: 3562)
|
