mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spell: Add condition checks for the spell Attuned to Nature
Closes #133
This commit is contained in:
committed by
runningnak3d
parent
912190d38e
commit
ce6700dc9d
5
sql/updates/world/2011_02_04_0_world_conditions.sql
Normal file
5
sql/updates/world/2011_02_04_0_world_conditions.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `conditions` WHERE `SourceEntry` IN (62521,62524,62525);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(13,0,62524,0,18,1,32906,0,0,'','Attuned to Nature 2 Dose Reduction'),
|
||||
(13,0,62525,0,18,1,32906,0,0,'','Attuned to Nature 10 Dose Reduction'),
|
||||
(13,0,62521,0,18,1,32906,0,0,'','Attuned to Nature 25 Dose Reduction');
|
||||
Reference in New Issue
Block a user