diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 20:34:22 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 20:34:22 +0000 |
commit | 9deed641d8c485b858360e8f91b2fcb83368ec14 (patch) | |
tree | b61e629da44b8a6a767af5c8dfd06fec24528bb4 /Dev/bugs.txt | |
parent | 4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c (diff) | |
download | hercules-9deed641d8c485b858360e8f91b2fcb83368ec14.tar.gz hercules-9deed641d8c485b858360e8f91b2fcb83368ec14.tar.bz2 hercules-9deed641d8c485b858360e8f91b2fcb83368ec14.tar.xz hercules-9deed641d8c485b858360e8f91b2fcb83368ec14.zip |
Resubmitting changes from /trunk to /branches/stable =p
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@405 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Dev/bugs.txt')
-rw-r--r-- | Dev/bugs.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 944e98837..81e707d07 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -83,3 +83,8 @@ http://eathena.deltaanime.net/forum/viewtopic.php?p=79951#79951) Problem: @disguise has no death sprite so the client crashes when you die, a solution would be that upon death before the sprites change you're undisguised. Assigned: N/a Progess: 0% + +Problem: Changing email and Broadcast both use the same packets / Packet 0x3000 assigned to changing email instead of broadcasting? +Notes: Refer to char.c line 2272 and line 2416, intif.c line 107, chrif.c line 377 +Assigned: N/A +Progress: 0% |