Core/PhaseMgr: Fixed an updateleak that occured if the rewarded quest hadn't requirements

* Fixed the range for phase ids in the phase_definition table
* solves http://www.trinitycore.org/f/topic/8737-condition-quest-rewarded-dosnt-work-instantly/
This commit is contained in:
Naios
2013-06-29 15:44:32 +02:00
parent 13bd999b7d
commit 642ed8a5d2
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `phase_definitions`
CHANGE COLUMN `phaseId` `phaseId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `phasemask`;