From a577390cf338ade5e7f7df2e3b9b677f5945d814 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 9 Oct 2025 03:08:12 -0300 Subject: typo - fix #36 --- src/info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/info.cc') diff --git a/src/info.cc b/src/info.cc index 5578fd7..939a211 100644 --- a/src/info.cc +++ b/src/info.cc @@ -179,7 +179,7 @@ uint32 GetObjectCreatureID(Object Obj){ } // TODO(fusion): I'm not sure about this one. Objects inside containers would -// also return the body position of the container even if it isn't activelly +// also return the body position of the container even if it isn't actively // equipped. int GetObjectBodyPosition(Object Obj){ if(!Obj.exists()){ -- cgit v1.2.3