fix(DB/Loot): Shellfish Trap giving only 1 shellfish (#17473)

This commit is contained in:
avarishd
2023-10-10 16:22:27 +03:00
committed by GitHub
parent e5aed49b75
commit 2d63090c83

View File

@@ -0,0 +1,2 @@
-- Shellfish
UPDATE `gameobject_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 13944 and `Item` = 13545;