diff options
| author | silinoron <none@none> | 2010-08-17 19:18:09 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-08-17 19:18:09 -0700 |
| commit | d6fe4b23e94f2d44d4b5161260e29aa56184e4ca (patch) | |
| tree | c1b2bb0e96d4b439f84b916c74db3ebd9c751b07 /sql/updates | |
| parent | 8c4c5aef8bbb1c985ffac68535f9d1050ed22d6f (diff) | |
Add support for recruit-a-friend XP and reputation multipliers.
More research needs to be done to implement summoning and granting levels.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9444_auth_account.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9444_auth_account.sql b/sql/updates/9444_auth_account.sql new file mode 100644 index 00000000000..e4ec2c61cd6 --- /dev/null +++ b/sql/updates/9444_auth_account.sql @@ -0,0 +1 @@ +ALTER TABLE `account` ADD COLUMN `recruiter` int(11) NOT NULL default '0' AFTER `locale`; |
