fix(DB/Creature): Rookery Whelps should not give XP. (#12426)

This commit is contained in:
temperrr
2022-07-18 20:20:14 +02:00
committed by GitHub
parent 6ac7dfa26f
commit a782eb0a6d

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |64 WHERE (`entry` = 10161);