diff options
| author | Nyeriah <sarah.trysan@live.com> | 2015-01-18 20:56:05 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2015-01-18 20:56:05 -0200 |
| commit | 866eff64aa90974e2b1a774b8fd6ea4856346635 (patch) | |
| tree | 8b77e3cc1fafe3cd797038df3afa09c39cc905e6 /sql/updates | |
| parent | 48fa7fa992c02d7c17c39c08cb78c6457d034f49 (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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_01_18_00_world.sql | 3 |
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..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;
|
