mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Player: Implemented saving PLAYER_FLAGS_EX in database
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `characters`
|
||||
ADD `playerFlagsEx` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `playerFlags`;
|
||||
Reference in New Issue
Block a user