QuestLevel can be -1. Quest with this level are allways show yellow ? above quest giver

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-11-13 17:15:59 +01:00
parent 3b4159e1e3
commit cbd9709d23
5 changed files with 17 additions and 12 deletions

View File

@@ -2430,7 +2430,7 @@ CREATE TABLE `quest_template` (
`ZoneOrSort` smallint(6) NOT NULL default '0',
`SkillOrClass` smallint(6) NOT NULL default '0',
`MinLevel` tinyint(3) unsigned NOT NULL default '0',
`QuestLevel` tinyint(3) unsigned NOT NULL default '0',
`QuestLevel` smallint(3) NOT NULL default '0',
`Type` smallint(5) unsigned NOT NULL default '0',
`RequiredRaces` smallint(5) unsigned NOT NULL default '0',
`RequiredSkillValue` smallint(5) unsigned NOT NULL default '0',