mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Achievement): Add missing criteria to 'Disturbing the Peace' (#22957)
Co-authored-by: dr-j <dr-j@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=4112 AND `type`=15;
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES (4112, 15, 3, 0, '');
|
||||
Reference in New Issue
Block a user