aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-10-16 13:27:39 +0200
committerMitchesD <majklprofik@seznam.cz>2015-10-16 13:29:27 +0200
commit1e39354cdd26d5a4fdbc597c7801b215d028fb51 (patch)
treee5ed8844b0a2402ad21269016438cb26a4d6069e
parente4cf0a0a580c1a5bc6d3b349bd2bfa0257cf123a (diff)
DB/Conditions: Simplify the conditions for Kael'thas Ressurection spell
Sorry for the oversight, thanks @joschiwald (cherry picked from commit 5c97594a1691b78ab881437985dc5eeebb31a979) DB/Conditions: Missing spell target conditions for Kael'thas advisor Ressurection spell (cherry picked from commit 234d0c17d6400fb5d395f3c640846967e4ec2e3a)
-rw-r--r--sql/updates/world/2015_10_16_03_world_2015_08_27_00.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_16_03_world_2015_08_27_00.sql b/sql/updates/world/2015_10_16_03_world_2015_08_27_00.sql
new file mode 100644
index 00000000000..a0519693f9e
--- /dev/null
+++ b/sql/updates/world/2015_10_16_03_world_2015_08_27_00.sql
@@ -0,0 +1,6 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 36450;
+INSERT INTO `conditions`(`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`,`ConditionValue2`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 3, 36450, 0, 0, 31, 0, 3, 20060, 0, 0, 0, '', 'Kael\'thas Ressurection hit only Lord Sanguinar'),
+(13, 3, 36450, 0, 1, 31, 0, 3, 20062, 0, 0, 0, '', 'Kael\'thas Ressurection hit only Grand Astromancer Capernian'),
+(13, 3, 36450, 0, 2, 31, 0, 3, 20063, 0, 0, 0, '', 'Kael\'thas Ressurection hit only Master Engineer Telonicus'),
+(13, 3, 36450, 0, 3, 31, 0, 3, 20064, 0, 0, 0, '', 'Kael\'thas Ressurection hit only Thaladred the Darkener');