aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-06-12 15:22:32 -0300
committerGitHub <noreply@github.com>2019-06-12 15:22:32 -0300
commit94b60ff0ef7ee908e9ab4660f6dce0dcfe3f13e8 (patch)
treee36b790d0f2769a4547302da3754a1871422fabc /sql
parent69fd5d0d8f8449082dd7667cf496c573b3516fe5 (diff)
Core/Misc: Implemented Icecrown Citadel buff disable (#23394)
Closes #8576 Closes #7940
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2040_48_33_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2040_48_33_00_world.sql b/sql/updates/world/3.3.5/2040_48_33_00_world.sql
new file mode 100644
index 00000000000..f4ca0409f28
--- /dev/null
+++ b/sql/updates/world/3.3.5/2040_48_33_00_world.sql
@@ -0,0 +1,8 @@
+UPDATE `creature_template` SET `ScriptName`='npc_entrance_faction_leader' WHERE `entry`IN (39371,39372);
+DELETE FROM `spell_area` WHERE `spell`=73822 AND `area`=4812;
+DELETE FROM `spell_area` WHERE `spell`=73828 AND `area`=4812;
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (11203, 11206);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(15,11203,0,0,13,0,45,1,0,0,0,'','King of Stormwind - Show Option if DATA_ICC_BUFF is 1'),
+(15,11206,0,0,13,0,45,1,0,0,0,'','Overlord of the Warsong Offensive - Show Option if DATA_ICC_BUFF is 1');