Skip to content

Commit

Permalink
Fix Linux build (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: PargeLenis <dead.man.walkin@hotmail.de>
  • Loading branch information
PargeLenis and PargeLenis committed Feb 6, 2023
1 parent ecd5564 commit 2868fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/WorldHandlers/ScriptMgr.cpp
Expand Up @@ -29,7 +29,7 @@
#include "ObjectMgr.h"
#include "WaypointManager.h"
#include "World.h"
#include <DBCStores.cpp>
#include <DBCStores.h>
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "Cell.h"
Expand Down

0 comments on commit 2868fe1

Please sign in to comment.