Browse Source

Fixed a compiler warning due to a wrong include

Follow up to c4a364b
Lemongrass3110 7 năm trước cách đây
mục cha
commit
a49a1a52a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;