mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/SSC): add Frostbrand Weapon proc to Greyheart Tidecaller (#17528)
* initial * change to perma aura
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` = 21229;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(21229, 0, 0, 0, 1, 0, 0, '38620');
|
||||
Reference in New Issue
Block a user