From 642ed8a5d27734bee5ccafb3ae3646d2bee74659 Mon Sep 17 00:00:00 2001 From: Naios Date: Sat, 29 Jun 2013 15:44:32 +0200 Subject: 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/ --- sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql b/sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql new file mode 100644 index 00000000000..c78620f72d1 --- /dev/null +++ b/sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql @@ -0,0 +1,2 @@ +ALTER TABLE `phase_definitions` + CHANGE COLUMN `phaseId` `phaseId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `phasemask`; -- cgit v1.2.3