aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-07 22:52:48 +0200
committerKillyana <morphone1@gmail.com>2019-04-07 22:52:48 +0200
commit0702c153fd32f665ce91d46a8c194b1946b4329b (patch)
treeb4f53c36eb57e20bb4a212590baa7a6648e3de82 /sql
parente061663508191f7782dd62c7e13b5ea804f58f67 (diff)
DB/Conditions: Fix spell click conditions for Argent Skytalon
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_04_07_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_07_03_world.sql b/sql/updates/world/3.3.5/2019_04_07_03_world.sql
new file mode 100644
index 00000000000..f31a9ef9d37
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');