mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Achievement: Set proper map difficulty for achievement "Oh Novos!"
Closes https://github.com/TrinityCore/TrinityCore/issues/13150
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` = 7361 AND `type` = 12;
|
||||
INSERT INTO `achievement_criteria_data`(`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
|
||||
(7361, 12, 1, 0, 11);
|
||||
Reference in New Issue
Block a user