mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 03:22:40 -04:00
Core/Misc: Include resilience in character_stats
This commit is contained in:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user