git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@990 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
fadc92aa6c
commit
fd13ddbf43
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
|
|
||||||
01/24
|
01/24
|
||||||
|
* Fixed a typo in Provoke that was causing crashes [celest]
|
||||||
* Fixed another compile warning in src/char/char.c
|
* Fixed another compile warning in src/char/char.c
|
||||||
[SVN 985] [MouseJstr]
|
[SVN 985] [MouseJstr]
|
||||||
* Fixed a account wipe bug in login/login.c (Thanks Wallex)
|
* Fixed a account wipe bug in login/login.c (Thanks Wallex)
|
||||||
|
@ -225,3 +225,9 @@ Problem: Older Clients are unable to log into the server, period.
|
|||||||
Even if the packet_db is set to use the older clients, they still are unable to connect.
|
Even if the packet_db is set to use the older clients, they still are unable to connect.
|
||||||
Assigned: Celest
|
Assigned: Celest
|
||||||
Progress: 0%
|
Progress: 0%
|
||||||
|
Notes: I *still* need to know which version is the client, because problem is,
|
||||||
|
I did not make major changes to client detecting in clif.c so i can't
|
||||||
|
find out where went wrong yet, and all exes (0906-0110... not 12xx of
|
||||||
|
course however) in my laptop can login ^^;
|
||||||
|
It would be even better if you could send me the client in question so
|
||||||
|
i can test it.
|
||||||
|
@ -3414,7 +3414,7 @@ int skill_castend_nodamage_id( struct block_list *src, struct block_list *bl,int
|
|||||||
int range = skill_get_range(skillid,skilllv);
|
int range = skill_get_range(skillid,skilllv);
|
||||||
if(range < 0)
|
if(range < 0)
|
||||||
range = battle_get_range(src) - (range + 1);
|
range = battle_get_range(src) - (range + 1);
|
||||||
md->state.provoke_flag = src->id;
|
dstmd->state.provoke_flag = src->id;
|
||||||
mob_target(dstmd,src,range);
|
mob_target(dstmd,src,range);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user