mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
QuestLevel can be -1. Quest with this level are allways show yellow ? above quest giver
--HG-- branch : trunk
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user