fix(DB/TheEye): allow Kael to drop 2 non-token items (#18639)

init
This commit is contained in:
Dan
2024-04-02 15:12:23 +02:00
committed by GitHub
parent 1e52f715d0
commit 20c4b4b463

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 19622 AND `Item` = 90056 AND `Reference` = 34056 AND `GroupId` = 4;