aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-06-12 15:22:32 -0300
committerShauren <shauren.trinity@gmail.com>2021-12-11 11:59:54 +0100
commit42ad1b86a11479aded374f24786510bf67cd9f8d (patch)
tree8de150aef7d28c653039253c1b4a1a1c55d0faca /sql/updates
parent7071d0e2fd18fa64102674fd9178f4afca48ff30 (diff)
Core/Misc: Implemented Icecrown Citadel buff disable (#23394)
Closes #8576 Closes #7940 (cherry picked from commit 94b60ff0ef7ee908e9ab4660f6dce0dcfe3f13e8)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_11_04_world_2019_06_12_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_04_world_2019_06_12_00_world.sql b/sql/updates/world/master/2021_12_11_04_world_2019_06_12_00_world.sql
new file mode 100644
index 00000000000..f4ca0409f28
--- /dev/null
+++ b/sql/updates/world/master/2021_12_11_04_world_2019_06_12_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');