mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01: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