aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-06-29 10:56:58 -0700
committerGacko <gacko28@gmx.de>2013-06-29 10:56:58 -0700
commit83066a200202d7a487d11389e73173c1db0c391e (patch)
treeaad25b6796cafeb8c8ee621c9c4c7b8bd71f43e3 /sql/updates
parent13bd999b7dda6726f9741f708f0865343da4d7a4 (diff)
parentfb727166681bcb1a8cfe7cdc9bd627ad159a2d7e (diff)
Merge pull request #10148 from Naios/pd_u2
Core/PhaseMgr: Fixed an updateleak that occured if the rewarded quest hadn't requirements
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`;