fix(DB/Creature): Icecrown Orgrim's Hammer and The Skybreaker map icons (#20104)
* fix Orgrim's Hammer and The Skybreaker marker npcs * change insert to update
This commit is contained in:
parent
ae30489b23
commit
bc866b182a
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- visibilityDistanceType to infinite for Orgrim's Hammer and The Skybreaker marker npcs
|
||||
UPDATE `creature_addon` SET `visibilityDistanceType` = 5 WHERE `guid` IN (134846, 134847);
|
||||
Loading…
Add table
Add a link
Reference in a new issue