Files
mod-ah-bot/src/ah_bot_loader.cpp
2024-01-17 08:14:33 -06:00

15 lines
420 B
C++

/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
* Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore>
* Copyright (C) 2023+ Nathan Handley <https://github.com/NathanHandley>
*/
// From SC
void AddAHBotScripts();
// Add all
void Addmod_ah_botScripts()
{
AddAHBotScripts();
}