aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2013-06-29 15:44:32 +0200
committerNaios <naios-dev@live.de>2013-06-29 15:44:32 +0200
commit642ed8a5d27734bee5ccafb3ae3646d2bee74659 (patch)
tree1dba02245d08ce838309591dd597289028fb0c6e /sql/updates
parent13bd999b7dda6726f9741f708f0865343da4d7a4 (diff)
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/
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_06_29_00_world_phase_definitions_434.sql2
1 files changed, 2 insertions, 0 deletions
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`;