IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

Put static data like guild buffs in the json object #741

Open Oipo opened 9 years ago

Oipo commented 9 years ago

And only send it once with login / register.

Things to send:

seiyria commented 9 years ago

Probably, we should add this information to the Constants class, since that's where it belongs, for the most part. Perhaps we could even just serialize that and send that along to make the whole process easier.