diff options
author | Killyana <morphone1@gmail.com> | 2020-03-14 20:50:31 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-14 20:50:31 +0100 |
commit | 90720a4eec60bf162551bee4a1e26b77a3c99594 (patch) | |
tree | 9ed0cb4d5ee39398bfd9002a4156b84b7899d5e3 | |
parent | 672178bb8c4cad5364b1a55acefc24b92aa07931 (diff) |
DB/Spell: Understanding Ravenspeech\Soul Attraction
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_14_03_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_14_03_world.sql b/sql/updates/world/3.3.5/2020_03_14_03_world.sql new file mode 100644 index 00000000000..8114d6c8764 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_14_03_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `spell_area` WHERE `spell`=37475 AND `area`=3781; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(37475, 3781, 10607, 0, 0, 0, 2, 1, 10, 11); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=37466; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 37466, 0, 0, 1, 0, 37475, 0, 0, 0, 0, 0, "", "Understanding Ravenspeech require the player having the aura 'Soul Attraction'"); |