소스 검색

Fixed a compiler warning due to a wrong include

Follow up to c4a364b
Lemongrass3110 7 년 전
부모
커밋
a49a1a52a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;