mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB): Work Work Audio Broadcast (#9525)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638737032167850775');
|
||||
|
||||
-- Makes quest Lazy Peon broadcast work work only from themselves and not the player (action_para2)
|
||||
-- Sets it up where the target_type is the player and only triggers with in 20 yards
|
||||
UPDATE `smart_scripts` SET `action_param2`=1, `target_type`=18, `target_param1`=20 WHERE `comment`='Lazy Peon - On Script - Play Sound 6197';
|
||||
Reference in New Issue
Block a user