mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 04:59:41 -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
3 lines
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE `group_member`
|
|
CHANGE `assistant` `memberFlags` tinyint(2) NOT NULL DEFAULT '0';
|