mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
15 lines
420 B
C++
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();
|
|
}
|