mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
15 lines
270 B
C++
15 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*/)
|
||
|
|
{
|
||
|
|
}
|