fix(DB/Loot): Rotting worm doesn't drop money (#8657)

This commit is contained in:
Nefertumm
2021-10-22 08:48:56 -03:00
committed by GitHub
parent 406e85a1ac
commit 49e932d040

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634773635469489800');
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` = 10925;