diff options
author | ZxBiohazardZx <none@none> | 2011-03-23 09:28:44 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-23 09:28:44 +0100 |
commit | 27e0e28de58745ad4af6e8373211a629650b5307 (patch) | |
tree | 3592b69d3d28f60c1d10610bc85063d035addd46 | |
parent | 91946254662e8fc9d1c6078c23c315c61e7e59b1 (diff) |
DB/Conditions: Only use Insult on Bjorn Halgurdsson
fixes #827
-rw-r--r-- | sql/updates/world/2011_03_23_0_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_23_0_world_conditions.sql b/sql/updates/world/2011_03_23_0_world_conditions.sql new file mode 100644 index 00000000000..e8817974939 --- /dev/null +++ b/sql/updates/world/2011_03_23_0_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=33581; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`,`ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(18,33581,24,1,24238, 'Only use Insult on Bjorn Halgurdsson'); |