Core/Phases: fixed corpse phase deleting

This commit is contained in:
Rat
2014-10-30 11:28:10 +01:00
parent 517369a3df
commit b91c8c76b6
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ DROP TABLE IF EXISTS `corpse_phases`;
CREATE TABLE `corpse_phases` (
`Guid` int(10) unsigned NOT NULL,
`PhaseId` int(10) unsigned NOT NULL,
`OwnerGuid` int(10) unsigned NOT NULL,
`Time` int(10) unsigned NOT NULL DEFAULT '0',
`CorpseType` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`Guid`,`PhaseId`)