diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-02-18 20:12:07 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-02-18 20:12:07 +0100 |
| commit | 3bb0abcd525218c0423421979177675004787707 (patch) | |
| tree | eaa5668e49e89a522fdb70f44916aa9606104668 /sql/updates | |
| parent | 2a405b94e7a5d3ad700eb1093ccb363db7ec2dc0 (diff) | |
| parent | dc87cc69a1a61bfed5a5eca70e418a015d09e25d (diff) | |
Merge pull request #14111 from Rushor/Volkhan
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_02_11_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_11_06_world.sql b/sql/updates/world/2014_02_11_06_world.sql new file mode 100644 index 00000000000..6a4c12347a3 --- /dev/null +++ b/sql/updates/world/2014_02_11_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=52654; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 52654, 0, 0, 31, 0, 3, 28823, 0, 0, 0, 0, '', 'Temper only target Volkhan\'s Anvil'); |
