Files
apollo/data/plugins/combat/spellbooks.rb
2016-03-16 22:42:24 +00:00

8 lines
154 B
Ruby

SPELLBOOKS = {}
def create_spellbook(identifier, interface_id:)
SPELLBOOKS[interface_id] = identifier
end
create_spellbook :modern, interface_id: 192