From 4dce6ab228c54319032b346d2d791262eac3d9cd Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 30 Dec 2023 15:45:37 +0100 Subject: Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes required items not be stored in inventory --- sql/updates/world/master/2023_12_30_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2023_12_30_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_12_30_00_world.sql b/sql/updates/world/master/2023_12_30_00_world.sql new file mode 100644 index 00000000000..ebed7aefac8 --- /dev/null +++ b/sql/updates/world/master/2023_12_30_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `item_template_addon` ADD `QuestLogItemId` int NOT NULL DEFAULT '0' AFTER `RandomBonusListTemplateId`; -- cgit v1.2.3