From d74640aa7fdd944e7ba2e82966599e0ac8a7780b Mon Sep 17 00:00:00 2001 From: Dr-J Date: Mon, 4 May 2015 15:11:05 +0100 Subject: DB/Misc: Minimum Level requirement for Runescroll of Fortitude http://www.wowhead.com/item=49632/runescroll-of-fortitude#comments unlike Prayer of Fortitude this item does not scale down on lower level players and does not work on players under level 70. Previously on TC this item could be used by a level 80 player to buff level 19 twinks while in party which should not be possible as players under level 70 should not receive buff. --- sql/updates/world/2015_05_04_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_05_04_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_05_04_00_world.sql b/sql/updates/world/2015_05_04_00_world.sql new file mode 100644 index 00000000000..ca6f5657346 --- /dev/null +++ b/sql/updates/world/2015_05_04_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` where `SourceTypeOrReferenceId`=17 AND `SourceEntry`=72590; + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 72590, 0, 0,27, 1, 70, 3, 0, 0, 0, 0, '', 'Minimum Level for Runescroll of Fortitude on players (70)'); -- cgit v1.2.3