From 691d52daa9be05fc72e4a372481b6e75dd473f1f Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 22 Feb 2017 02:02:27 -0300 Subject: DB/Spell: correct Deathfrost level restriction --- sql/updates/world/3.3.5/2017_02_21_03_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_02_21_03_world.sql b/sql/updates/world/3.3.5/2017_02_21_03_world.sql index 7837187f30e..fa0ee09d11f 100644 --- a/sql/updates/world/3.3.5/2017_02_21_03_world.sql +++ b/sql/updates/world/3.3.5/2017_02_21_03_world.sql @@ -7,4 +7,4 @@ UPDATE `spell_enchant_proc_data` SET `AttributesMask`=0x1 WHERE `EnchantID`=2675 -- Condition for source Spell condition type Level DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=46629 AND `SourceId`=0; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17, 0, 46629, 0, 0, 27, 0, 74, 2, 0, 0, 0, 0, '', 'Spell Deathfrost will hit the caster of the spell if player level must be lesser than 74.'); +(17, 0, 46629, 0, 0, 27, 0, 73, 2, 0, 0, 0, 0, '', 'Spell Deathfrost will hit the caster of the spell if player level must be lesser than 73.'); -- cgit v1.2.3