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

6 lines
No EOL
85 B
C++

#include "SpellRegulator.h"
void AddSC_SpellRegulator()
{
new RegulatorLoader;
}