mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(DB/Loot): Remove Quest Requirement for Faded Photograph item. (#25684)
This commit is contained in:
3
data/sql/updates/pending_db_world/rev_1777712061.sql
Normal file
3
data/sql/updates/pending_db_world/rev_1777712061.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Update Quest Requirement
|
||||
UPDATE `item_loot_template` SET `QuestRequired` = 0 WHERE (`Entry` = 11107) AND (`Item` IN (11108));
|
||||
Reference in New Issue
Block a user