DB/Loot: Update chance of Shards of Ahune

Closes #26641
This commit is contained in:
offl
2021-06-27 23:48:03 +03:00
parent 9519f4b6bb
commit 74468e6d51

View File

@@ -0,0 +1,2 @@
-- Shards of Ahune should drop always
UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE `Item` = 35723 AND `Reference` = 0;