mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
- Fixes raid assistant privileges, Fixes issue #248 - Proper designation for Main tank and Main assistant roles - Remove 2 redundant columns in DB, namely groups.mainTank and groups.mainAssist. These are now defined by the value of group_member.memberFlags --HG-- branch : trunk
4 lines
74 B
SQL
4 lines
74 B
SQL
ALTER TABLE `groups`
|
|
DROP COLUMN `mainTank`,
|
|
DROP COLUMN `mainAssistant`;
|