From d9e941dde3cc6105d5cd68ae3da55e4a7efcb244 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 14 Apr 2015 01:12:20 +0200 Subject: Core/Quests: Added research results about last field in QuestPackageItem.db2 --- sql/updates/hotfixes/2015_04_14_00_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/2015_04_14_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/2015_04_14_00_hotfixes.sql b/sql/updates/hotfixes/2015_04_14_00_hotfixes.sql new file mode 100644 index 00000000000..642ee3aaf20 --- /dev/null +++ b/sql/updates/hotfixes/2015_04_14_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_package_item` CHANGE `Unk` `FilterType` int(10) unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3