fix(DB/Creature): Adjust addon info for Storm Giant. (#22922)

This commit is contained in:
Benjamin Jackson 2025-09-15 11:51:40 -04:00 committed by GitHub
parent ddb5c33388
commit 97c89f4750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Walk/run speed, faction, attack speeds, and model info all verified against 45772.
UPDATE `creature_addon` SET `visibilityDistanceType` = 5 WHERE `guid` IN (118177, 118191);
UPDATE `creature_template_addon` SET `auras` = '44385' WHERE `entry` = 24812;