Преглед на файлове

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;