2025-10-25 00:40:16 -07:00
|
|
|
/*
|
|
|
|
|
* AzerothCore module loader for mod-teleport-to-node
|
|
|
|
|
*/
|
2025-10-24 23:42:37 -07:00
|
|
|
|
2025-10-25 00:40:16 -07:00
|
|
|
void AddSC_telenode_commandscript();
|
|
|
|
|
|
|
|
|
|
// Called by the module system; name can be anything, just referenced in CMake
|
|
|
|
|
void Addmod_teleport_to_nodeScripts()
|
2025-10-24 23:42:37 -07:00
|
|
|
{
|
2025-10-25 00:40:16 -07:00
|
|
|
AddSC_telenode_commandscript();
|
2025-10-24 23:42:37 -07:00
|
|
|
}
|