mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01: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`;
|