StopSound not support

This commit is contained in:
Bunny67
2020-07-01 18:03:51 +03:00
parent e13b36973d
commit 8eb28b28b0
3 changed files with 3 additions and 35 deletions
-6
View File
@@ -4586,12 +4586,6 @@ function WeakAuras.PerformActions(data, when, region)
WeakAuras.HandleChatAction(actions.message_type, actions.message, actions.message_dest, actions.message_channel, actions.r, actions.g, actions.b, region, customFunc, when);
end
if (actions.stop_sound) then
if (region.SoundStop) then
region:SoundStop();
end
end
if(actions.do_sound and actions.sound) then
if (region.SoundPlay) then
region:SoundPlay(actions);