diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b72b46cc9..642a1f97e 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9301,9 +9301,7 @@ int atcommand_request(const int fd, struct map_session_data* sd, const char* com /*========================================== * Feel (SG save map) Reset [HiddenDragon] *------------------------------------------*/ -int atcommand_feelreset( - const int fd, struct map_session_data* sd, - const char* command, const char* message) +int atcommand_feelreset(const int fd, struct map_session_data* sd, const char* command, const char* message) { pc_resetfeel(sd); clif_displaymessage(fd, "Reset 'Feeling' maps."); |