diff options
author | Killyana <morphone1@gmail.com> | 2020-03-14 20:50:31 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 13:57:44 +0100 |
commit | 612dca68a37487e587cd4944463354b6cb6cd00e (patch) | |
tree | a4668fb5bb5d355882dc49d241830f66f1fab7de | |
parent | 375b3403293ed353d4b746778d59b500cd64a2c4 (diff) |
DB/Spell: Understanding Ravenspeech\Soul Attraction
(cherry picked from commit 90720a4eec60bf162551bee4a1e26b77a3c99594)
-rw-r--r-- | sql/updates/world/master/2021_12_23_02_world_2020_03_14_03_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_02_world_2020_03_14_03_world.sql b/sql/updates/world/master/2021_12_23_02_world_2020_03_14_03_world.sql new file mode 100644 index 00000000000..1fc2f890a6e --- /dev/null +++ b/sql/updates/world/master/2021_12_23_02_world_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`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(37475, 3781, 10607, 0, 0, 0, 2, 3, 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'"); |