diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-03-16 01:27:13 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-03-16 01:27:13 -0300 |
| commit | dca276716fecb819fec668f59954113a77f9e393 (patch) | |
| tree | 0d3adca2670ee1e88505ba1f0404763b4ec9245d /sql | |
| parent | 076293f1f269b8f681c97f23872915bdfeccef1d (diff) | |
Core/Quests: changed quest_template_addon.NextQuestID to unsigned
- No reason to keep this anymore after 4349adf0f25210e5b26201523a09bc26b4a83394, this is a broken functionality.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_03_16_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_16_02_world.sql b/sql/updates/world/3.3.5/2017_03_16_02_world.sql new file mode 100644 index 00000000000..73238acdff1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_16_02_world.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_template_addon` CHANGE `NextQuestID` `NextQuestID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; |
