DB/Spell: Understanding Ravenspeech\Soul Attraction

(cherry picked from commit 90720a4eec)
This commit is contained in:
Killyana
2020-03-14 20:50:31 +01:00
committed by Shauren
parent 375b340329
commit 612dca68a3

View File

@@ -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'");