/* * AzerothCore module loader for mod-teleport-to-node */ void AddSC_telenode_commandscript(); // Called by the module system; name can be anything, just referenced in CMake void Addmod_teleport_to_nodeScripts() { AddSC_telenode_commandscript(); }