mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/HoL) Blistering Streamrager has Scald in heroic (#23431)
Co-authored-by: John Doe <john.doe@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `creature_template_addon` WHERE (`entry` = 30964);
|
||||||
|
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||||
|
(30964, 0, 0, 0, 0, 0, 0, '59140');
|
||||||
Reference in New Issue
Block a user