diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-20 01:38:23 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-20 01:38:37 +0100 |
commit | 2a5fcdddd73218d7cfa6f42c97a9a9a5f2224bbf (patch) | |
tree | 79bb17df12fbbea15e14bd60d62649a49bf08de9 | |
parent | 37ecd4ddf793766d23da881b6753a429494519ef (diff) |
DB/Conditions: Fix door exploit with item "Vial of Frost Oil"
Closes #6658
-rw-r--r-- | sql/updates/world/2012_12_20_01_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_20_01_world_conditions.sql b/sql/updates/world/2012_12_20_01_world_conditions.sql new file mode 100644 index 00000000000..36f71119425 --- /dev/null +++ b/sql/updates/world/2012_12_20_01_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=55647; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 3, 55647, 0, 0, 31, 0, 5, 191840, 0, 0, 0, 0, '', 'Frost Oil - Plagued Proto-Drake Egg'); |