diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-28 21:13:37 +0200 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-08-28 20:10:06 -0500 |
| commit | 4225803587171b76ada439c5e27e3c410aa4fe02 (patch) | |
| tree | e1e0b569bf4b8de3956d6c647547f4ee5ad41d5e | |
| parent | d6221fc4f7a08fe09e7c8bb9226b0168db358450 (diff) | |
DB/Achievements: Fix achievements 'Koralon the Flame Watcher' / 'Toravon the Ice Watcher'
| -rw-r--r-- | sql/updates/world/2012_08_28_01_world_achievement_criteria_data.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_28_01_world_achievement_criteria_data.sql b/sql/updates/world/2012_08_28_01_world_achievement_criteria_data.sql new file mode 100644 index 00000000000..bf247399553 --- /dev/null +++ b/sql/updates/world/2012_08_28_01_world_achievement_criteria_data.sql @@ -0,0 +1,6 @@ +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (11478,11479,12827,12828); +INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES +(11478, 12, 0, 0, ''), -- Koralon the Flame Watcher (10 player) +(11479, 12, 1, 0, ''), -- Koralon the Flame Watcher (25 player) +(12827, 12, 0, 0, ''), -- Toravon the Ice Watcher (10 player) +(12828, 12, 1, 0, ''); -- Toravon the Ice Watcher (25 player) |
