fix(DB/Spell): Correct gender requirement for ZA charm spells (#20722)

This commit is contained in:
Andrew 2024-11-24 16:03:01 -03:00 committed by GitHub
parent c139c948cc
commit 2bb208cc54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_area` SET `gender` = 2 WHERE `spell` IN (43818, 43820, 43822);