diff options
Diffstat (limited to 'src/char/int_storage.hpp')
-rw-r--r-- | src/char/int_storage.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp index 0790b6e..7081f30 100644 --- a/src/char/int_storage.hpp +++ b/src/char/int_storage.hpp @@ -12,6 +12,6 @@ struct storage *account2storage(int account_id); int inter_storage_parse_frommap(Session *ms); -extern FString storage_txt; +extern AString storage_txt; #endif // INT_STORAGE_HPP |