fix(DB/Creature): Set Correct Faction for Spotted Hippogryph (23772) and Shoveltusk Forager (29479) (#24565)

This commit is contained in:
Gultask 2026-01-31 05:39:43 -03:00 committed by GitHub
parent b8a08dc008
commit 2a120350a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `faction` = 634 WHERE (`entry` IN (23772, 29479));