mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
6 lines
85 B
C++
6 lines
85 B
C++
|
|
#include "SpellRegulator.h"
|
||
|
|
|
||
|
|
void AddSC_SpellRegulator()
|
||
|
|
{
|
||
|
|
new RegulatorLoader;
|
||
|
|
}
|