fix(Scripts/Karazhan): Mark optional boss as completed when it dies (#13175)

This commit is contained in:
ZhengPeiRu21 2022-12-06 05:26:18 -07:00 committed by GitHub
parent fbc78d5ffa
commit 9fd5b39065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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