From 40a7a73f41fab3f77e362102c4868b5ed2161443 Mon Sep 17 00:00:00 2001 From: collett Date: Mon, 9 Aug 2021 22:10:46 +0900 Subject: [PATCH] typo --- src/world/Actor/Player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index a675b420..0b95ab24 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -547,7 +547,7 @@ namespace Sapphire::Entity void dyeItemFromDyeingInfo(); /*! prepares zoning / fades out the screen */ - void prepareZoning( uint16_t targetZone, bool fadeOut, uint8_t fadeOutTime = 0, uint16_t animation = 0, uint8_t param4 = 0, uint8_t param7 = 9, uint8_t unknown = 0 ); + void prepareZoning( uint16_t targetZone, bool fadeOut, uint8_t fadeOutTime = 0, uint16_t animation = 0, uint8_t param4 = 0, uint8_t param7 = 0, uint8_t unknown = 0 ); /*! get player's title list (available titles) */ uint8_t* getTitleList();