* Fixed: compiler warning in admin.c [akrus]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13128 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
akrus
2008-08-25 00:50:46 +00:00
parent 62c214e0f2
commit d0bcebabe2
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2008/08/25
* Fixed: compiler warning in admin.c [akrus]
2008/08/20
* Rev. 13098 Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick. [L0ne_W0lf]
- Skill will now remove KA-type statuses and not remove stalker's link while preserved.

View File

@@ -84,9 +84,7 @@ bool ladmin_auth(struct login_session_data* sd, const char* ip)
//---------------------------------------
int parse_admin(int fd)
{
unsigned int i, j;
char* account_name;
struct mmo_account acc;
uint32 ipl = session[fd]->client_addr;
char ip[16];