mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04: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