eluna-scripts-ornfelt/WowEmulationScriptPack/C++/Logic/CustomWorldBossSystem.cpp
2023-08-16 00:50:59 +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*/)
{
}