aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-07 22:52:48 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-26 22:50:01 +0100
commit47b52ac69e970be24fa3feaeb681ccf250b982ce (patch)
treec65ad392e0d1feb014454f6474f64b32deb370b6
parentad06ab5436e5753d0d9b23c390bbe50c9d317377 (diff)
DB/Conditions: Fix spell click conditions for Argent Skytalon
(cherry picked from commit 0702c153fd32f665ce91d46a8c194b1946b4329b)
-rw-r--r--sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql b/sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql
new file mode 100644
index 00000000000..f31a9ef9d37
--- /dev/null
+++ b/sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=56922;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(18,30500,56922,0,0,1,0,56678,1,0,1,0,'','require not having the aura for spellclick'),
+(18,30500,56922,0,0,9,0,13045,0,0,0,0,'','Required quest active for spellclick');