mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Creature): Correct visibility distance and addon auras of Fel Reaver. (#22847)
This commit is contained in:
2
data/sql/updates/pending_db_world/fel-reaver-addon.sql
Normal file
2
data/sql/updates/pending_db_world/fel-reaver-addon.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature_template_addon` SET `auras` = '19818 34623' WHERE `entry` = 18733;
|
||||
UPDATE `creature_addon` SET `visibilityDistanceType` = 5, `auras` = '19818 34623' WHERE `guid` IN (67001, 203341);
|
||||
Reference in New Issue
Block a user