Scripts/HellfireRamparts: Add a missing reset call and correct spawn masks for Reinforced Fel Iron Chests

Thanks to @ariel- for noticing the missing _Reset();

Closes #13747

(cherry picked from commit 866eff64aa90974e2b1a774b8fd6ea4856346635)
This commit is contained in:
Nyeriah
2015-01-18 21:03:08 -02:00
parent fd6668d17a
commit 4ea3b7794f
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
--
UPDATE `gameobject` SET `spawnMask` = 1 WHERE `guid` = 20496 AND `id` = 185168;
UPDATE `gameobject` SET `spawnMask` = 2 WHERE `guid` = 20499 AND `id` = 185169;