aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-20 01:16:07 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-20 01:16:35 +0100
commit37ecd4ddf793766d23da881b6753a429494519ef (patch)
tree9c579ab067d945557ce2a426662f443adcfcd6b9
parent4f956d77829460cb9ed853d37e005fd5085ed420 (diff)
DB/Conditions: Fix door exploit with item "Filled Cerulean Vial"
Closes #8716
-rw-r--r--sql/updates/world/2012_12_20_00_world_conditions.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_20_00_world_conditions.sql b/sql/updates/world/2012_12_20_00_world_conditions.sql
new file mode 100644
index 00000000000..53fc5733e53
--- /dev/null
+++ b/sql/updates/world/2012_12_20_00_world_conditions.sql
@@ -0,0 +1,3 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=21885;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 1, 21885, 0, 0, 31, 0, 5, 178905, 0, 0, 0, 0, '', 'Heal Vylestem Vine - Vylestem Vine');