Illarion-eV / Illarion-Server

Server for the online RPG Illarion
http://illarion.org
GNU Affero General Public License v3.0
27 stars 19 forks source link

Allow !create <Item.name> #78

Closed dabates closed 2 years ago

dabates commented 2 years ago

Work for #66

Adds the ability in WorldIMPLAdmin.cpp to use the Item.<name> to create items.

Added new function to Data.cpp to lookup the ID via the itemName

Added new function to utility.cpp to check if a string is numeric.