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:
Jelle Meeus 2024-10-01 11:08:40 +02:00 committed by GitHub
parent ae30489b23
commit bc866b182a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);