aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-28 17:21:21 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-28 17:21:21 +0200
commit3efda3a650ef0e3067eb1de9e2ceaaacfea06e25 (patch)
tree20bff4fa601bf2c9c6618bee97b56db4f13a3fca
parent706c5a1975402191bf3847d0cc27e960318f86a7 (diff)
DB/Spells: Fix warrior talent "Incite"
-rw-r--r--sql/updates/world/2013_07_28_03_world_spell_proc_event_434.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_28_03_world_spell_proc_event_434.sql b/sql/updates/world/2013_07_28_03_world_spell_proc_event_434.sql
new file mode 100644
index 00000000000..0f9e069dc7a
--- /dev/null
+++ b/sql/updates/world/2013_07_28_03_world_spell_proc_event_434.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_proc_event` WHERE `entry`=50685;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(-50685, 0, 0, 0, 0, 0, 0, 0x2, 0, 0, 0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=24 AND `SourceEntry` IN (50685,50686,50687);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(24, 0, 50685, 0, 0, 1, 0, 86627, 0, 0, 1, 0, 0, '', 'Incite (Rank 1) - cannot proc with already Incite aura'),
+(24, 0, 50686, 0, 0, 1, 0, 86627, 0, 0, 1, 0, 0, '', 'Incite (Rank 2) - cannot proc with already Incite aura'),
+(24, 0, 50687, 0, 0, 1, 0, 86627, 0, 0, 1, 0, 0, '', 'Incite (Rank 3) - cannot proc with already Incite aura');