mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Achivement: Dinner Impossible
Thanks to @Joshiwald for fixing core to check db criteria for this achievement type to make this work properly, now achievement is only rewarded when a great feast has been laid in all 5 specified battlegrounds by player.
This commit is contained in:
9
sql/updates/world/2015_02_21_00_world.sql
Normal file
9
sql/updates/world/2015_02_21_00_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` in(6626,6627,6628,6629,6630);
|
||||
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
|
||||
(6626, 20, 30, 0, ''), -- Alterac Valley
|
||||
(6627, 20, 529, 0, ''), -- Arathi Basin
|
||||
(6628, 20, 489, 0, ''), -- Warsong Glutch
|
||||
(6629, 20, 607, 0, ''), -- Strand of the Ancients
|
||||
(6630, 20, 566, 0, ''); -- Eye of the Storm
|
||||
|
||||
Reference in New Issue
Block a user