From 47b52ac69e970be24fa3feaeb681ccf250b982ce Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 7 Apr 2019 22:52:48 +0200 Subject: DB/Conditions: Fix spell click conditions for Argent Skytalon (cherry picked from commit 0702c153fd32f665ce91d46a8c194b1946b4329b) --- sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_11_26_17_world_2019_04_07_03_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3