mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Achievements: Fix achievements 'Koralon the Flame Watcher' / 'Toravon the Ice Watcher'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (11478,11479,12827,12828);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
|
||||
(11478, 12, 0, 0, ''), -- Koralon the Flame Watcher (10 player)
|
||||
(11479, 12, 1, 0, ''), -- Koralon the Flame Watcher (25 player)
|
||||
(12827, 12, 0, 0, ''), -- Toravon the Ice Watcher (10 player)
|
||||
(12828, 12, 1, 0, ''); -- Toravon the Ice Watcher (25 player)
|
||||
Reference in New Issue
Block a user