diff options
author | Rushor <PBienati@web.de> | 2015-06-04 17:01:17 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-06-04 17:01:17 +0200 |
commit | 3aa177410010e75934703be9247245881be73490 (patch) | |
tree | 1732553ccee745edec9aee6022d1bc5747ef1e42 | |
parent | bbcc18bbf5ee5340321c7e057a900ffd8930f02c (diff) |
DB/Spell: Mark of the Fallen Champion - Heal - Targetconditions
* closes #12308
-rw-r--r-- | sql/updates/world/2015_06_04_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_04_01_world.sql b/sql/updates/world/2015_06_04_01_world.sql new file mode 100644 index 00000000000..e70f226f5f4 --- /dev/null +++ b/sql/updates/world/2015_06_04_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry` IN (72260, 72278, 72279, 72280); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 72260, 0, 0, 31, 0, 3, 37813, 0, 0, 0, 0, '', 'Deathbringer Saurfang - Mark of the Fallen Champion heal'), +(13, 1, 72278, 0, 0, 31, 0, 3, 37813, 0, 0, 0, 0, '', 'Deathbringer Saurfang - Mark of the Fallen Champion heal'), +(13, 1, 72279, 0, 0, 31, 0, 3, 37813, 0, 0, 0, 0, '', 'Deathbringer Saurfang - Mark of the Fallen Champion heal'), +(13, 1, 72280, 0, 0, 31, 0, 3, 37813, 0, 0, 0, 0, '', 'Deathbringer Saurfang - Mark of the Fallen Champion heal'); |