diff options
| author | dr-j <dr-j@users.noreply.github.com> | 2021-07-21 20:04:33 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-07-21 20:04:33 +0300 |
| commit | cc588d119a77c18c1c5baed61c7b85d6e589de5e (patch) | |
| tree | 94bd2739ac472976204f2c0b3cf6c9ed0933a49f | |
| parent | b1b5bc650bd679b78c5f0d1289e827096341d78c (diff) | |
DB/Achievement: Add missing criteria to 'Disturbing the Peace'
Closes #26729
| -rw-r--r-- | sql/updates/world/3.3.5/2021_07_21_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_07_21_01_world.sql b/sql/updates/world/3.3.5/2021_07_21_01_world.sql new file mode 100644 index 00000000000..b527334e54d --- /dev/null +++ b/sql/updates/world/3.3.5/2021_07_21_01_world.sql @@ -0,0 +1,4 @@ +-- +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, ''); |
