diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-15 18:00:11 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-15 18:00:41 +0100 |
| commit | 53a2b8622812f365ca7d31fdbf75fe9a1707ac75 (patch) | |
| tree | ac79492b2034ab9e1c4a2f27234c60e9bb073d31 /sql | |
| parent | 0e304fa98c8d3a9724ed7d908da2ba2bbeef5958 (diff) | |
Core&DB: Increase the size of MinLevel and MaxLevel to int16
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_13_00_world_quest_template_434.sql (renamed from sql/updates/world/2012_08_13_00_world_quest_template.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql (renamed from sql/updates/world/2012_08_14_00_reputation_spillover_template.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_14_00_world_event_ai_434.sql (renamed from sql/updates/world/2012_08_14_00_world_event_ai.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_14_01_world_commands_434.sql (renamed from sql/updates/world/2012_08_14_01_world_commands.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_14_02_world_npc_vendor_434.sql (renamed from sql/updates/world/2012_08_14_02_world_npc_vendor.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_15_00_world_quest_template_434.sql | 2 |
6 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_13_00_world_quest_template.sql b/sql/updates/world/2012_08_13_00_world_quest_template_434.sql index b3c5a45a668..b3c5a45a668 100644 --- a/sql/updates/world/2012_08_13_00_world_quest_template.sql +++ b/sql/updates/world/2012_08_13_00_world_quest_template_434.sql diff --git a/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql b/sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql index afce8209afa..afce8209afa 100644 --- a/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql +++ b/sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql diff --git a/sql/updates/world/2012_08_14_00_world_event_ai.sql b/sql/updates/world/2012_08_14_00_world_event_ai_434.sql index 3fe49aa4059..3fe49aa4059 100644 --- a/sql/updates/world/2012_08_14_00_world_event_ai.sql +++ b/sql/updates/world/2012_08_14_00_world_event_ai_434.sql diff --git a/sql/updates/world/2012_08_14_01_world_commands.sql b/sql/updates/world/2012_08_14_01_world_commands_434.sql index aa030e01adb..aa030e01adb 100644 --- a/sql/updates/world/2012_08_14_01_world_commands.sql +++ b/sql/updates/world/2012_08_14_01_world_commands_434.sql diff --git a/sql/updates/world/2012_08_14_02_world_npc_vendor.sql b/sql/updates/world/2012_08_14_02_world_npc_vendor_434.sql index de00be694fc..de00be694fc 100644 --- a/sql/updates/world/2012_08_14_02_world_npc_vendor.sql +++ b/sql/updates/world/2012_08_14_02_world_npc_vendor_434.sql diff --git a/sql/updates/world/2012_08_15_00_world_quest_template_434.sql b/sql/updates/world/2012_08_15_00_world_quest_template_434.sql new file mode 100644 index 00000000000..423edb1c77b --- /dev/null +++ b/sql/updates/world/2012_08_15_00_world_quest_template_434.sql @@ -0,0 +1,2 @@ +ALTER TABLE `quest_template` CHANGE `MinLevel` `MinLevel` smallint(6) NOT NULL DEFAULT '0'; +ALTER TABLE `quest_template` CHANGE `MaxLevel` `MaxLevel` smallint(6) NOT NULL DEFAULT '0'; |
