Core/Quests: Implement quests that require PlayerSlain. Closes #169

This commit is contained in:
Nay
2011-09-05 15:18:12 +01:00
parent 99935fd98c
commit fd3bd4c49d
7 changed files with 88 additions and 9 deletions

View File

@@ -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 */;