eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/Logic/CustomWorldBossSystem.cpp

15 lines
270 B
C++
Raw Normal View History

2023-08-16 00:50:59 +02:00
#include "CustomWorldBossSystem.h"
void CustomWorldBossSystem::insertNewKillCounter(int /*bossid*/, int /*counter*/)
{
}
void CustomWorldBossSystem::updateKillCounter(int /*bossid*/, int /*counter*/)
{
}
void CustomWorldBossSystem::updateCounter(int /*bossid*/)
{
}