From 3f85ce3cfb46adee8caf890a8369cd7cd7814874 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Mon, 2 Jun 2025 12:07:24 -0300 Subject: use `Actor` instead of `Creature` with spell functions --- src/stubs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index c254ec7..0d7bbd0 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -32,6 +32,7 @@ extern void CreateMonster(int Race, int x, int y, int z, int Home, uint32 Master extern void CreatePlayerList(bool Online); extern void CreatePool(Object Con, ObjectType Type, uint32 Value); extern void Delete(Object Obj, int Count); +extern bool FieldPossible(int x, int y, int z, int FieldType); extern Object GetBodyObject(uint32 CreatureID, int Position); extern TCreature *GetCreature(uint32 CreatureID); extern TCreature *GetCreature(Object Obj); -- cgit v1.2.3