From ed801e3455546aae95860b2672e98b28323a87bb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 24 Mar 2014 18:02:50 +0100 Subject: DB/Quest; Fix Preying Upon the Weak traps By untaught, closes #6858 --- sql/updates/world/2014_03_24_10_world_conditions.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_03_24_10_world_conditions.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_03_24_10_world_conditions.sql b/sql/updates/world/2014_03_24_10_world_conditions.sql new file mode 100644 index 00000000000..58aa20c9151 --- /dev/null +++ b/sql/updates/world/2014_03_24_10_world_conditions.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43239; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,43239,0,0,31,0,3,24196,0,0,0,0,'','Despawn Trapped Creature hits only Trapped Animal'); -- cgit v1.2.3