wrath-rs
wrath-rs copied to clipboard
A very functionally incomplete World of Warcraft: Wrath of the Lich King server emulator written in pure rust.
- Shows a simple select query with a where conditional `get_realm_bind_ip` - A more complex query which needs usage of a join to fetch data in the method `sea_get_all_realms_with_num_characters` In...
How could we improve it @Victov ? It's elementary, though I would love some feedback.
Right now, sending CMSG_CHAR_DELETE from a client will completely remove the character row from the table. Ideally, this should be slightly less aggressive: - [ ] Set a `deleted` column...
Currently the `wrath-realm-db` contains both game data (creatures, items, etc) and player data (characters, equipment, etc). Split up `wrath-realm-db` into `wrath-game-db` containing game data (things that aren't supposed to change...
The readme has become bloated. Move the following pieces of information to GH wiki pages, and leave behind links to relevant pages in the readme: * Install instructions * DBC...