fix(DB/Text): Fix Brutallus text language (#21338)

This commit is contained in:
Andrew 2025-02-06 05:02:07 -03:00 committed by GitHub
parent 585b8964ef
commit 982d80f9ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
--
UPDATE `creature_text` SET `Language` = 0 WHERE `CreatureID` = 24882 AND `GroupId`= 3 AND `ID` = 0;