From bd3a6a04601749cbde007eaabf803fb602ee2783 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 19 Jun 2025 03:13:48 -0300 Subject: beginning of `communication.cc` --- src/cr.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cr.hh') diff --git a/src/cr.hh b/src/cr.hh index 37671b8..a971b3b 100644 --- a/src/cr.hh +++ b/src/cr.hh @@ -2,7 +2,7 @@ #define TIBIA_CREATURE_HH_ 1 #include "common.hh" -#include "connection.hh" +#include "connections.hh" #include "containers.hh" #include "enums.hh" #include "map.hh" -- cgit v1.2.3