diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 13:30:59 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 13:30:59 +0200 |
commit | 78975ed263877eef40232f81c32f4ff323331dd3 (patch) | |
tree | 0dc14f313742ce4799e9f70334254922ff9f51cb | |
parent | 67bd19706e93db6dd48e907b34b9decd95650672 (diff) |
DB/Spells: Fix paladin talent "Protector of the Innocent"
-rw-r--r-- | sql/updates/world/2013_07_28_00_world_conditions_434.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_28_00_world_conditions_434.sql b/sql/updates/world/2013_07_28_00_world_conditions_434.sql new file mode 100644 index 00000000000..75adedb4fba --- /dev/null +++ b/sql/updates/world/2013_07_28_00_world_conditions_434.sql @@ -0,0 +1,5 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=24 AND `SourceEntry` IN (20138,20139,20140); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(24, 0, 20138, 0, 0, 33, 1, 0, 0, 0, 1, 0, 0, '', 'Protector of the Innocent (Rank 1) - cannot proc on hit self'), +(24, 0, 20139, 0, 0, 33, 1, 0, 0, 0, 1, 0, 0, '', 'Protector of the Innocent (Rank 2) - cannot proc on hit self'), +(24, 0, 20140, 0, 0, 33, 1, 0, 0, 0, 1, 0, 0, '', 'Protector of the Innocent (Rank 3) - cannot proc on hit self'); |