fix(DB/loot): Arvuu's Orb quest start item drop rate fix (#14235)

This commit is contained in:
neifion-00000000 2022-12-20 07:47:16 -06:00 committed by GitHub
parent a0558fbef0
commit beb7286bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=17084 AND `Item`=23580 AND `Reference`=0 AND `GroupId`=0;