| Age | Commit message (Collapse) | Author |
|
option and related rbac permission (#30644)
|
|
|
|
Closes #30299
(cherry picked from commit 49ab2bbe3883749594fe92a752e1d618c625d1b6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #8390
Closes #29427
(cherry picked from commit b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3)
|
|
Closes #29310
|
|
|
|
(cherry picked from commit 40361a95dadb7bd6e760d684a23ba19e544ca40f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196.
Sample SQL for auth DB:
INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206);
|
|
* Core/Item: Fixed possible dupe with container items containing non unique non stackable items
* Fixed build
* Update sql script and related base structure
Co-authored-by: jackpoz <giacomopoz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 4ca15ec065289e12ce95962b3afd89445e141a97)
# Conflicts:
# sql/base/auth_database.sql
# src/server/game/Accounts/RBAC.h
|
|
|
|
|
|
|
|
when expiring auctions that have offline bidders
|