diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-12-30 15:45:37 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-12-30 15:45:37 +0100 |
| commit | 4dce6ab228c54319032b346d2d791262eac3d9cd (patch) | |
| tree | 27049cf934572481a3f661461ee2add586313df2 /sql | |
| parent | f26a93a8c1bd0a7c3c3c3362f29ec809fb96a68b (diff) | |
Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes required items not be stored in inventory
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_12_30_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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`; |
