aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-12-30 15:45:37 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 12:50:47 +0100
commit0c21c06e6e1857254757bd2669f2fcb26a0b6c59 (patch)
treeecce6bc11d5653be74704a2b871e9af9d400f2ed /sql/updates
parentdbf2f88e40c3e760b4508f0dafaedd065ba95479 (diff)
Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes required items not be stored in inventory
(cherry picked from commit 4dce6ab228c54319032b346d2d791262eac3d9cd)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/wotlk_classic/2024_01_09_02_world_2023_12_30_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/wotlk_classic/2024_01_09_02_world_2023_12_30_00_world.sql b/sql/updates/world/wotlk_classic/2024_01_09_02_world_2023_12_30_00_world.sql
new file mode 100644
index 00000000000..ca0d27bf2d3
--- /dev/null
+++ b/sql/updates/world/wotlk_classic/2024_01_09_02_world_2023_12_30_00_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `item_template_addon` ADD `QuestLogItemId` int NOT NULL DEFAULT '0' AFTER `SpellPPMChance`;