From 5a0a66064705277f6495055e4bb25cdda25059d2 Mon Sep 17 00:00:00 2001 From: Nay Date: Mon, 20 Aug 2012 14:57:59 +0100 Subject: DB/Schema: Increase size of quest_template.RequiredRaces to mediumint (cherry picked from commit 460f42849fa3eb2eb83d6e580b1c34fc59f9d0f6) --- .../3.3.5/2025_02_03_00_world_2012_08_20_00_world_quest_template_434.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2025_02_03_00_world_2012_08_20_00_world_quest_template_434.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_02_03_00_world_2012_08_20_00_world_quest_template_434.sql b/sql/updates/world/3.3.5/2025_02_03_00_world_2012_08_20_00_world_quest_template_434.sql new file mode 100644 index 00000000000..84972ceddb4 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_03_00_world_2012_08_20_00_world_quest_template_434.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_template` CHANGE `AllowableRaces` `AllowableRaces` int unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3