Core/Refer-a-Friend: Finish base work for Refer-a-Friend.

Any testing would be very much appreciated.
This commit is contained in:
Silinoron
2011-08-03 09:28:12 -07:00
parent 98bdbdd76f
commit 76fe596160
12 changed files with 87 additions and 33 deletions

View File

@@ -1167,6 +1167,7 @@ CREATE TABLE `characters` (
`ammoId` int(10) unsigned NOT NULL DEFAULT '0',
`knownTitles` longtext,
`actionBars` tinyint(3) unsigned NOT NULL DEFAULT '0',
`grantableLevels` tinyint(3) unsigned NOT NULL DEFAULT '0',
`deleteInfos_Account` int(10) unsigned DEFAULT NULL,
`deleteInfos_Name` varchar(12) DEFAULT NULL,
`deleteDate` int(10) unsigned DEFAULT NULL,