diff options
Diffstat (limited to 'npc/functions/estate.txt')
-rw-r--r-- | npc/functions/estate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/estate.txt b/npc/functions/estate.txt index 6f8c2acfd..445f672ff 100644 --- a/npc/functions/estate.txt +++ b/npc/functions/estate.txt @@ -88,7 +88,7 @@ function script realestate_hasmobilia { case 6: return $ESTATE_MOBILIA_2[getarg(0)] & getarg(2); default: - debugmes("[ERROR] [CRITICAL] [REAL ESTATE]: Object %d have Invalid Collision Type: %d (must range 1~6)", getarg(2), getarg(1)); + consolebug("[ERROR] [CRITICAL] [REAL ESTATE]: Object %d have Invalid Collision Type: %d (must range 1~6)", getarg(2), getarg(1)); return false; } return false; |