feat(Core/Scripting): move all script objects to separated files (#17860)
* feat(Core/Scripts): move all script objects to separated files
* Apply 5bfeabde81
* try gcc build
* again
This commit is contained in:
parent
fe9bda1bc4
commit
eb1ecc38a5
717 changed files with 5832 additions and 3579 deletions
|
|
@ -15,8 +15,9 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "CreatureScript.h"
|
||||
#include "Player.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "PlayerScript.h"
|
||||
|
||||
enum ApprenticeAnglerQuestEnum
|
||||
{
|
||||
|
|
@ -70,3 +71,4 @@ void AddSC_player_scripts()
|
|||
{
|
||||
new QuestApprenticeAnglerPlayerScript();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue