aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-04-14 01:12:20 +0200
committerShauren <shauren.trinity@gmail.com>2015-04-14 01:12:20 +0200
commitd9e941dde3cc6105d5cd68ae3da55e4a7efcb244 (patch)
tree0143efd544e61725a7f37acb13a5b4db29c75d81 /sql/updates/hotfixes
parente5675412735a33f05f9c3215fb0cc7327a800c6c (diff)
Core/Quests: Added research results about last field in QuestPackageItem.db2
Diffstat (limited to 'sql/updates/hotfixes')
-rw-r--r--sql/updates/hotfixes/2015_04_14_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
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';