Core/Misc: Include resilience in character_stats

This commit is contained in:
Shocker
2011-05-09 17:01:10 +03:00
parent 8a2b1c302b
commit 3fa651ce19
3 changed files with 5 additions and 2 deletions

View File

@@ -1055,6 +1055,7 @@ CREATE TABLE `character_stats` (
`attackPower` int(10) unsigned NOT NULL DEFAULT '0',
`rangedAttackPower` int(10) unsigned NOT NULL DEFAULT '0',
`spellPower` int(10) unsigned NOT NULL DEFAULT '0',
`resilience` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;