aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2015-01-18 21:03:08 -0200
committerNyeriah <sarah.trysan@live.com>2015-01-18 21:03:08 -0200
commit4ea3b7794f8f2c94f7a11b56a9cbfec67ba3f6c1 (patch)
tree0981081e35ac2993c3faa857da7a513734237a5a /sql/updates
parentfd6668d17a12704187f4fa3ab30efbee3ebbfe5a (diff)
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)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2015_01_18_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_18_00_world.sql b/sql/updates/world/2015_01_18_00_world.sql
new file mode 100644
index 00000000000..83832dcaf87
--- /dev/null
+++ b/sql/updates/world/2015_01_18_00_world.sql
@@ -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;