mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user