DB/Achievement: Set proper map difficulty for achievement "Oh Novos!"

Closes https://github.com/TrinityCore/TrinityCore/issues/13150
This commit is contained in:
Nyeriah
2014-09-16 11:39:35 -03:00
parent 0a205a460c
commit e23814c85b

View File

@@ -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);