mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Quests: Implement quests that require PlayerSlain. Closes #169
This commit is contained in:
@@ -805,6 +805,7 @@ CREATE TABLE `character_queststatus` (
|
||||
`itemcount2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`playercount` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`,`quest`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
Reference in New Issue
Block a user