retep998 / Vana

Git mirror of the svn repo for Vana, a MapleStory private server written in C++.
GNU General Public License v2.0
75 stars 34 forks source link

Pets bought from !shop pet are already dead #16

Open diamondo25 opened 7 years ago

diamondo25 commented 7 years ago

We might want to fix this

LazyBui commented 7 years ago

There are more general problems with pet data not being loaded upon an item being loaded and not being updated. I'm fixing them, but the ChannelServer pet object is a movable_life object, so this prevents me from being able to use a pet class in the common project (which is where it should be located for these purposes).