HappyHour: include 3rd boss damage
This commit is contained in:
parent
03cc717bf6
commit
eb3ff338d9
@ -221,7 +221,7 @@ public void OnBossKilled(any Boss, any Config, int reason)
|
|||||||
{
|
{
|
||||||
Format(sBuffer, sizeof(sBuffer), "%s\n3. %N - %d %s", sBuffer, iSortedList[2][0], iSortedList[2][1], sType);
|
Format(sBuffer, sizeof(sBuffer), "%s\n3. %N - %d %s", sBuffer, iSortedList[2][0], iSortedList[2][1], sType);
|
||||||
|
|
||||||
LH_LogPlayerEvent(iSortedList[2][0], "triggered", "ze_boss_damage_third");
|
LH_LogPlayerEvent(iSortedList[2][0], "triggered", "ze_boss_damage_third", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Format(sBuffer, sizeof(sBuffer), "%s\n*************************", sBuffer);
|
Format(sBuffer, sizeof(sBuffer), "%s\n*************************", sBuffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user