diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-04-04 14:13:19 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-04-04 14:15:16 -0500 |
| commit | 98687770ffb3edd98e839eb8b532220852870ed5 (patch) | |
| tree | db3f15e37a99c7326ece147efde66419647df0ea | |
| parent | e359bfef1b868cbbbc3a802b00710982dbf4c89e (diff) | |
SQL/Spells: Will of Sartharion should only affect the drakes and Sartharion, patch by Vincent-Michael
Closes #5641
| -rw-r--r-- | sql/updates/world/2012_04_04_00_world_conditions.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_04_00_world_conditions.sql b/sql/updates/world/2012_04_04_00_world_conditions.sql new file mode 100644 index 00000000000..f4d0a6c41b4 --- /dev/null +++ b/sql/updates/world/2012_04_04_00_world_conditions.sql @@ -0,0 +1,7 @@ +-- Will of Sartharion should only target the drakes and Sartharion +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=61254; +INSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13, 1, 61254, 0, 0, 31, 0, 3, 30449, 0, 0, 0, '', 'Will of Sartharion'), +(13, 1, 61254, 0, 1, 31, 0, 3, 30451, 0, 0, 0, '', 'Will of Sartharion'), +(13, 1, 61254, 0, 2, 31, 0, 3, 30452, 0, 0, 0, '', 'Will of Sartharion'), +(13, 1, 61254, 0, 3, 31, 0, 3, 28860, 0, 0, 0, '', 'Will of Sartharion');
\ No newline at end of file |
