Skip to content

Commit

Permalink
includes sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfidonarleyan committed Dec 6, 2021
1 parent 2e16de0 commit 398abb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/server/game/World/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
\ingroup world
*/

#include "World.h"
#include "AccountMgr.h"
#include "AchievementMgr.h"
#include "AddonMgr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/server/scripts/Commands/cs_tele.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Category: commandscripts
EndScriptData */

#include "Chat.h"
#include "DatabaseEnv.h"
#include "DBCStores.h"
#include "DatabaseEnv.h"
#include "Group.h"
#include "Language.h"
#include "MapMgr.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "blackrock_spire.h"
#include "TaskScheduler.h"
#include "blackrock_spire.h"

enum Texts
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
*/

#include "ScriptMgr.h"
#include "scholomance.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "TaskScheduler.h"
#include "scholomance.h"

enum Spells
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "stratholme.h"
#include "TaskScheduler.h"
#include "stratholme.h"

enum Texts
{
Expand Down
2 changes: 1 addition & 1 deletion src/server/scripts/Kalimdor/DireMaul/boss_isalien.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "dire_maul.h"
#include "TaskScheduler.h"
#include "dire_maul.h"

enum Texts
{
Expand Down

0 comments on commit 398abb0

Please sign in to comment.