fix(DB): Work Work Audio Broadcast (#9525)

This commit is contained in:
acidmanifesto
2021-12-08 09:21:04 +01:00
committed by GitHub
parent caedaa8617
commit 36a2b8782c

View File

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