aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-06 13:42:14 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-06 13:42:14 +0100
commit826717de1b184c0e4eb41735b56622bd85a6ba6c (patch)
tree43bd8205d56bafeba1c6d93bb5b785bb9c3c655d
parent4e0fb54a41e69e6839f58154abd09bfc609f92f2 (diff)
DB/Misc: Disable mmaps for Argent tournament instances
If anyone can do a proper fix (allow creatures to walk over gameobjects) it will be welcome.
-rw-r--r--sql/updates/world/2015_02_06_11_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_06_11_world.sql b/sql/updates/world/2015_02_06_11_world.sql
new file mode 100644
index 00000000000..5a385218931
--- /dev/null
+++ b/sql/updates/world/2015_02_06_11_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `disables` WHERE `entry` IN (649,650) AND `sourceType` = 7;
+DELETE FROM `disables` WHERE `entry` = 650 AND `sourceType` = 2;
+INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
+(7, 649, 0, '', '', 'Disable mmaps - Trial of the Crusader'),
+(7, 650, 0, '', '', 'Disable mmaps - Trial of the Champion'),
+(2, 650, 3, '', '', 'Disable Trial of the Champion, broken instance');