mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/Karazhan): Mark optional boss as completed when it dies (#13175)
This commit is contained in:
@@ -112,6 +112,11 @@ public:
|
||||
}
|
||||
}
|
||||
break;
|
||||
case NPC_HYAKISS_THE_LURKER:
|
||||
case NPC_SHADIKITH_THE_GLIDER:
|
||||
case NPC_ROKAD_THE_RAVAGER:
|
||||
SetBossState(DATA_OPTIONAL_BOSS, DONE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user