mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/Elwynn): Eastvale Peasant and Wolf sound lines should not play at equal volume to all players in range (#24226)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Delete prowler script
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 118;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 118) AND (`source_type` = 0);
|
||||
|
||||
-- Set to Distance where the howl sound is played
|
||||
UPDATE `smart_scripts` SET `action_param3` = 1 WHERE `entryorguid` IN (834, 1922, 2729) AND `source_type` = 0 AND `action_param1` = 1018 AND `action_type` = 4;
|
||||
Reference in New Issue
Block a user