aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-02 01:20:51 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-12 00:16:30 +0100
commita01bf155c8ee65c63082a71dec5f828d39ad6921 (patch)
treecc66020522fcb44f613008f31dcb1befca3eb738
parent84057ed6bbd81d0cc91121d12c55f036166442ad (diff)
DB/Condition: Spell click condition for Stormcrest Eagle
(cherry picked from commit ad9aca1aab2caf46eb59ade4fb3a3449d6333a5c)
-rw-r--r--sql/updates/world/master/2021_11_11_20_world_2018_10_02_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_20_world_2018_10_02_00_world.sql b/sql/updates/world/master/2021_11_11_20_world_2018_10_02_00_world.sql
new file mode 100644
index 00000000000..f577841b6f6
--- /dev/null
+++ b/sql/updates/world/master/2021_11_11_20_world_2018_10_02_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN(30013);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`Comment`) VALUES
+(18,30013,43671,0,31,0,3,29730,0,0,'Required npc for spellclick');