update Arena
abstract fun updateArena(@Nullable tablePrefix: @Nullable String, @NotNull id: @NotNull String, @NotNull data: @NotNull String)(source)
Updates an arena in the database
Parameters
table Prefix
the prefix, if any, to be used
id
the non-null id of the arena to be updated
data
the non-null updated data of the arena
Throws
if an I/O error occurs