From 866eff64aa90974e2b1a774b8fd6ea4856346635 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Sun, 18 Jan 2015 20:56:05 -0200 Subject: 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 --- sql/updates/world/2015_01_18_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_01_18_00_world.sql (limited to 'sql/updates') 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..0a9e3e38aad --- /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; -- cgit v1.2.3