diff options
| -rw-r--r-- | sql/updates/world/2011_04_17_06_world_creature.sql (renamed from sql/updates/world/2011_04_17_06_creature.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2011_04_17_07_world_creature_template.sql (renamed from sql/updates/world/2011_04_17_07_creature_template.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2011_04_17_08_world_conditions.sql | 5 | 
3 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_17_06_creature.sql b/sql/updates/world/2011_04_17_06_world_creature.sql index 76ac9c62d5a..76ac9c62d5a 100644 --- a/sql/updates/world/2011_04_17_06_creature.sql +++ b/sql/updates/world/2011_04_17_06_world_creature.sql diff --git a/sql/updates/world/2011_04_17_07_creature_template.sql b/sql/updates/world/2011_04_17_07_world_creature_template.sql index 3a1cb9a71f4..3a1cb9a71f4 100644 --- a/sql/updates/world/2011_04_17_07_creature_template.sql +++ b/sql/updates/world/2011_04_17_07_world_creature_template.sql diff --git a/sql/updates/world/2011_04_17_08_world_conditions.sql b/sql/updates/world/2011_04_17_08_world_conditions.sql new file mode 100644 index 00000000000..1a7b6a3dff3 --- /dev/null +++ b/sql/updates/world/2011_04_17_08_world_conditions.sql @@ -0,0 +1,5 @@ +-- Koralon Burning breath Target +DELETE FROM `conditions` WHERE SourceTypeOrReferenceId=13 AND SourceEntry IN (66665,67328); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,66665,0,18,1,35013,0,0, '','Koralon Burning Breath'), -- 10 man +(13,0,67328,0,18,1,35013,0,0, '','Koralon Burning Breath'); -- 25 man  | 
