mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
14 lines
347 B
C++
14 lines
347 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>
|
|
*/
|
|
|
|
// From SC
|
|
void AddSC_Transmog();
|
|
|
|
// Add all
|
|
void Addmod_transmogScripts()
|
|
{
|
|
AddSC_Transmog();
|
|
}
|