From 1e8e421dba1551e4cd43c573a2725c137d3f65a4 Mon Sep 17 00:00:00 2001 From: collett Date: Tue, 10 Aug 2021 02:54:54 +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 3b600750..c983670c 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();