eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/Logic/CustomWorldBossSystem.cpp
2024-09-23 07:59:23 +02:00

14 lines
270 B
C++

#include "CustomWorldBossSystem.h"
void CustomWorldBossSystem::insertNewKillCounter(int /*bossid*/, int /*counter*/)
{
}
void CustomWorldBossSystem::updateKillCounter(int /*bossid*/, int /*counter*/)
{
}
void CustomWorldBossSystem::updateCounter(int /*bossid*/)
{
}