diff options
-rw-r--r-- | sql/updates/world/2011_03_01_1_world_conditions.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_01_1_world_conditions.sql b/sql/updates/world/2011_03_01_1_world_conditions.sql new file mode 100644 index 00000000000..c1137400040 --- /dev/null +++ b/sql/updates/world/2011_03_01_1_world_conditions.sql @@ -0,0 +1,6 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36325; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,36325,0,18,1,21182,0,0,'','Spell 36325 target creature 21182'), +(13,0,36325,0,18,1,22401,0,0,'','Spell 36325 target creature 22401'), +(13,0,36325,0,18,1,22402,0,0,'','Spell 36325 target creature 22402'), +(13,0,36325,0,18,1,22403,0,0,'','Spell 36325 target creature 22403');
\ No newline at end of file |