mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
fix(Scripts/ShatteredHalls): hack fix to prevent pets from pulling the non-attackable peons in Nethekurse room (#16396)
* initial hack fix added * add sql to change unit flags * using setimmunetoall() instead * remove comment add credit bump Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> * Update update-peon-unit-flag.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> * add intro start on lockpick might still have some troubles with double starting the intro with AT --please give report if so --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1` = 768 WHERE `entryorguid` IN (-151090, -151091, -151092, -151093) AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user