eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/SpellRegulator.cpp

6 lines
85 B
C++
Raw Permalink Normal View History

2023-08-16 00:50:59 +02:00
#include "SpellRegulator.h"
void AddSC_SpellRegulator()
{
new RegulatorLoader;
}