From c09d30cb144ce421ef0e1a786d2965f9abcde0aa Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 29 Jun 2025 18:25:23 -0300 Subject: `houses.cc` --- src/magic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/magic.cc') diff --git a/src/magic.cc b/src/magic.cc index e268a7d..1282e5d 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -1426,7 +1426,7 @@ void Teleport(TCreature *Actor, const char *Param){ int DestX = Actor->posx; int DestY = Actor->posy; int DestZ = Actor->posz; - uint16 HouseID = HOUSEID_ANY; + uint16 HouseID = 0xFFFF; // NOTE(fusion): See `SearchFreeField`. int MDGoStrength = Actor->Skills[SKILL_GO_STRENGTH]->MDAct; if(stricmp(Param, "up") == 0){ -- cgit v1.2.3