diff options
Diffstat (limited to 'sql/updates')
| -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'; |
