diff options
| author | Trista <aconstantgoal@abv.bg> | 2013-03-01 16:25:58 +0200 |
|---|---|---|
| committer | Trista <aconstantgoal@abv.bg> | 2013-03-01 16:25:58 +0200 |
| commit | d1853f693b2c1a60134603d946e31f71f26535c0 (patch) | |
| tree | 165b3fe3dcb972b3088c78ab3037aa84c85d9d79 /sql | |
| parent | 4f40dad714ffbc73f2ae3c3ee1236dffb5a92811 (diff) | |
Scripts/Eye of Eternity: Remove some flags, fix some timers and some misc
* Starting timers were a bit slower
* Destroy platform proper timing for drake casting mount spell to player (trigger)
* Remove IMMUNITY_PC flag after Iris is triggered (thx to Expecto) and readd it on evade
* Remove NOT_SELECTABLE flag since shouldn't be present at starting event
* Fix misc of id of Static Field added to LOS attributes
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_03_02_00_world_conditions.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_02_00_world_conditions.sql b/sql/updates/world/2013_03_02_00_world_conditions.sql new file mode 100644 index 00000000000..074add78476 --- /dev/null +++ b/sql/updates/world/2013_03_02_00_world_conditions.sql @@ -0,0 +1,4 @@ +-- Add conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=56438; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,56438,0,0,1,0,56438,0,0,1,0,0,'', 'Arcane Overload damage reduce aura can''t apply to target that already is affected by such'); |
