Skip to content

Commit ba46fcd

Browse files
authored
Merge pull request mod-playerbots#2602 from mod-playerbots/test-staging
Test staging
2 parents 3fa1c1e + a8f8780 commit ba46fcd

393 files changed

Lines changed: 4219 additions & 2722 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Ai/Base/Actions/AutoMaintenanceOnLevelupAction.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* This file is part of the mod-playerbots module for AzerothCore. See AUTHORS file for Copyright
3+
* information; released under GNU GPL v2 license, redistribute/modify under version 2 of the License,
4+
* or (at your option) any later version.
5+
*/
6+
17
#include "AutoMaintenanceOnLevelupAction.h"
28

39
#include "SpellMgr.h"

src/Ai/Base/Actions/InviteToGroupAction.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* or (at your option) any later version.
55
*/
66

7+
/*
8+
* Ported from the CMaNGOS playerbots project (https://github.com/cmangos/playerbots), GPL v2,
9+
* with modifications for AzerothCore.
10+
* Original authors:
11+
* Sebastiaan Keek (mostlikely4r) <sebastiaan.keek@gmail.com> - original author
12+
* David Parra Ausina (Flekz) <davidparraausina@gmail.com>
13+
* celguar <celguar@gmail.com>
14+
*/
15+
716
#include "InviteToGroupAction.h"
817

918
#include "BroadcastHelper.h"

src/Ai/Base/Actions/InviteToGroupAction.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* or (at your option) any later version.
55
*/
66

7+
/*
8+
* Ported from the CMaNGOS playerbots project (https://github.com/cmangos/playerbots), GPL v2,
9+
* with modifications for AzerothCore.
10+
* Original authors:
11+
* Sebastiaan Keek (mostlikely4r) <sebastiaan.keek@gmail.com> - original author
12+
* David Parra Ausina (Flekz) <davidparraausina@gmail.com>
13+
* celguar <celguar@gmail.com>
14+
*/
15+
716
#ifndef PLAYERBOTS_INVITETOGROUPACTION_H
817
#define PLAYERBOTS_INVITETOGROUPACTION_H
918

src/Ai/Base/Actions/OpenItemAction.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* This file is part of the mod-playerbots module for AzerothCore. See AUTHORS file for Copyright
3+
* information; released under GNU GPL v2 license, redistribute/modify under version 2 of the License,
4+
* or (at your option) any later version.
5+
*/
6+
17
#include "OpenItemAction.h"
28
#include "PlayerbotAI.h"
39
#include "ItemTemplate.h"

src/Ai/Base/Actions/PullActions.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* or (at your option) any later version.
55
*/
66

7+
/*
8+
* Ported from the CMaNGOS playerbots project (https://github.com/cmangos/playerbots), GPL v2,
9+
* with modifications for AzerothCore.
10+
* Original authors:
11+
* David Parra Ausina (davidonete/Flekz) <davidparraausina@gmail.com> - original author
12+
* Sebastiaan Keek (mostlikely4r) <sebastiaan.keek@gmail.com>
13+
* Cyberium <cyberium@users.noreply.github.com>
14+
*/
15+
716
#include "AttackersValue.h"
817
#include "CreatureAI.h"
918
#include "Playerbots.h"

src/Ai/Base/Actions/PullActions.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* or (at your option) any later version.
55
*/
66

7+
/*
8+
* Ported from the CMaNGOS playerbots project (https://github.com/cmangos/playerbots), GPL v2,
9+
* with modifications for AzerothCore.
10+
* Original authors:
11+
* David Parra Ausina (davidonete/Flekz) <davidparraausina@gmail.com> - original author
12+
* Sebastiaan Keek (mostlikely4r) <sebastiaan.keek@gmail.com>
13+
* Cyberium <cyberium@users.noreply.github.com>
14+
*/
15+
716
#ifndef PLAYERBOTS_PULLACTIONS_H
817
#define PLAYERBOTS_PULLACTIONS_H
918

src/Ai/Base/Actions/QuestConfirmAcceptAction.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* This file is part of the mod-playerbots module for AzerothCore. See AUTHORS file for Copyright
3+
* information; released under GNU GPL v2 license, redistribute/modify under version 2 of the License,
4+
* or (at your option) any later version.
5+
*/
6+
17
#include "QuestConfirmAcceptAction.h"
28

39
#include "QuestPackets.h"

src/Ai/Base/Actions/TellPvpStatsAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class TellPvpStatsAction : public Action
1818

1919
bool Execute(Event event) override;
2020
};
21-
#endif
21+
#endif

src/Ai/Base/Actions/TradeStatusExtendedAction.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* This file is part of the mod-playerbots module for AzerothCore. See AUTHORS file for Copyright
3+
* information; released under GNU GPL v2 license, redistribute/modify under version 2 of the License,
4+
* or (at your option) any later version.
5+
*/
6+
17
#include "TradeStatusExtendedAction.h"
28
#include "Event.h"
39
#include "Player.h"

src/Ai/Base/Actions/TradeStatusExtendedAction.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* This file is part of the mod-playerbots module for AzerothCore. See AUTHORS file for Copyright
3+
* information; released under GNU GPL v2 license, redistribute/modify under version 2 of the License,
4+
* or (at your option) any later version.
5+
*/
6+
17
#ifndef PLAYERBOTS_TRADESTATUSEXTENDEDACTION_H
28
#define PLAYERBOTS_TRADESTATUSEXTENDEDACTION_H
39

0 commit comments

Comments
 (0)