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:
sogladev
2025-09-19 11:47:12 +02:00
committed by GitHub
parent 00587fdbbb
commit 13a3c70861

View File

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