diff options
| author | amnell <amnell@none> | 2011-03-10 14:38:08 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-10 14:38:08 +0100 |
| commit | 4663aee6eefb0a7a7ff426739be73575ceb1e159 (patch) | |
| tree | 3092a36f7ad5050a9a82d3e2d48106a5581187bf /sql/updates | |
| parent | 10d26dd13a17fdc104b00c868a6411eee4302edf (diff) | |
DB/Conditions: Add Condition to Fairy Fire (Feral)
fixes #886
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_03_10_6_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_10_6_world_conditions.sql b/sql/updates/world/2011_03_10_6_world_conditions.sql new file mode 100644 index 00000000000..0c1fb9dddab --- /dev/null +++ b/sql/updates/world/2011_03_10_6_world_conditions.sql @@ -0,0 +1,5 @@ +-- condition for Faerie Fire bonus (only in bear form) +DELETE FROM `conditions` WHERE `SourceEntry` =60089; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17,0,60089,0,1,5487,0,0,0, '', 'Faerie Fire - Bear Form'), +(17,0,60089,1,1,9634,0,0,0, '', 'Faerie Fire - Dire Bear Form'); |
