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:
Gultask
2025-12-27 12:57:33 -03:00
committed by GitHub
parent 04e7a74655
commit 0eeb5f3bd7
2 changed files with 15 additions and 9 deletions

View File

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