aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-07 01:16:29 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-07 01:16:29 +0200
commitc75fcbe20b07fd7518be58bf02ba30d903133449 (patch)
tree747a9ecc6a91ffc04d394090c0a3d2e588f630b4 /sql/updates/world
parent44962fe3a9551f183ee9003c8947d5f433cfee16 (diff)
Core/Achievements: AchievementMgr refactoring
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/6.x/2016_05_07_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_05_07_00_world.sql b/sql/updates/world/6.x/2016_05_07_00_world.sql
new file mode 100644
index 00000000000..4d1fb2e867b
--- /dev/null
+++ b/sql/updates/world/6.x/2016_05_07_00_world.sql
@@ -0,0 +1,4 @@
+RENAME TABLE `achievement_criteria_data` TO `criteria_data`;
+UPDATE `command` SET `name`='disable add criteria', `help`='Syntax: .disable add criteria $entry $flag $comment' WHERE `name`='disable add achievement_criteria';
+UPDATE `command` SET `name`='disable remove criteria', `help`='Syntax: .disable remove criteria $entry' WHERE `name`='disable remove achievement_criteria';
+UPDATE `command` SET `name`='reload criteria_data', `help`='Syntax: .reload criteria_data\nReload criteria_data table.' WHERE `name`='reload achievement_criteria_data';