Added various protocols.

This commit is contained in:
Fizban 2011-08-12 02:02:32 +00:00
parent 19766c1be6
commit 4b1ea25b58
7 changed files with 2636 additions and 6 deletions

View file

@ -1315,6 +1315,8 @@ int enter_player_game (struct descriptor_data *d)
/* Check for a login trigger in the players' start room */
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
MXPSendTag( d, "<VERSION>" ); /* <--- Add this line */
return load_result;
}