mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and dbwise)
Also fix connecting with realmflag & 4
This commit is contained in:
2
sql/updates/auth/2012_03_26_00_auth_realmlist.sql
Normal file
2
sql/updates/auth/2012_03_26_00_auth_realmlist.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `realmlist`
|
||||
CHANGE `color` `flag` tinyint(3) unsigned NOT NULL DEFAULT '2';
|
||||
Reference in New Issue
Block a user