diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-05-07 01:16:29 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-05-07 01:16:29 +0200 |
| commit | c75fcbe20b07fd7518be58bf02ba30d903133449 (patch) | |
| tree | 747a9ecc6a91ffc04d394090c0a3d2e588f630b4 /sql/updates/auth | |
| parent | 44962fe3a9551f183ee9003c8947d5f433cfee16 (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/auth')
| -rw-r--r-- | sql/updates/auth/6.x/2016_05_07_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_05_07_00_auth.sql b/sql/updates/auth/6.x/2016_05_07_00_auth.sql new file mode 100644 index 00000000000..48f9cbd8fe2 --- /dev/null +++ b/sql/updates/auth/6.x/2016_05_07_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `rbac_permissions` SET `name`='Command: disable add criteria' WHERE `id`=350; +UPDATE `rbac_permissions` SET `name`='Command: disable remove criteria' WHERE `id`=359; +UPDATE `rbac_permissions` SET `name`='Command: reload criteria_data' WHERE `id`=609; |
