diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-05-20 19:10:10 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-05-20 19:10:10 +0200 |
commit | 3d620db0c18135fc5d750f591f0e779231ee17aa (patch) | |
tree | 9caef72c2cb0c8d0de3619dcee5936a2a04f0a78 | |
parent | 530323874484dca102155952d00a2ab0a0485763 (diff) |
DB/Conditions: Added target requirements for item 23417 to prevent exploits
-rw-r--r-- | sql/updates/world/2011_05_20_00_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_20_00_world_conditions.sql b/sql/updates/world/2011_05_20_00_world_conditions.sql new file mode 100644 index 00000000000..d868d0a0b07 --- /dev/null +++ b/sql/updates/world/2011_05_20_00_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=23417; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(18,0,23417,0,24,1,16975,0,0, '', 'Sanctified Crystal - Uncontrolled Voidwalker target'); |