Browse Source

Fixed a compiler warning due to a wrong include

Follow up to c4a364b
Lemongrass3110 7 years ago
parent
commit
a49a1a52a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/cashshop.hpp

+ 1 - 1
src/map/cashshop.hpp

@@ -7,7 +7,7 @@
 #include "../common/cbasetypes.h" // uint16, uint32
 #include "../common/timer.h" // ShowWarning, ShowStatus
 
-#include "../config/packets.h"
+#include "../config/core.h"
 
 struct map_session_data;