diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 18:30:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 18:30:05 +0000 |
commit | 54a7f124543239c98d696da37c91eb5e2e99b25d (patch) | |
tree | 03c1c0d7148de31a112f2c3d82c7eabf910dd351 /src/char_sql/inter.c | |
parent | 1893d0bc7b07a362ac6efcd8de4af056544bad3a (diff) | |
download | hercules-54a7f124543239c98d696da37c91eb5e2e99b25d.tar.gz hercules-54a7f124543239c98d696da37c91eb5e2e99b25d.tar.bz2 hercules-54a7f124543239c98d696da37c91eb5e2e99b25d.tar.xz hercules-54a7f124543239c98d696da37c91eb5e2e99b25d.zip |
- Fixed Charge Atk being able to go through chasm/pits.
- Moved the homunculus DB information from the player structure to the homun structure. Modified the homunculus creation packets to hold this information during creation, also, all initial values are handled by the map-server, the char server only assigns it a homun ID.
- Removed target_id/attacked_id from homun_data as it wasn't really used.
- Codes cleanup (removing of commented code mostly)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9031 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/inter.c')
-rw-r--r-- | src/char_sql/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/inter.c b/src/char_sql/inter.c index f02296f58..249d260a6 100644 --- a/src/char_sql/inter.c +++ b/src/char_sql/inter.c @@ -74,7 +74,7 @@ int inter_recv_packet_length[]={ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
48,14,-1, 6, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3080-0x308f
- 68,10,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0x3090 - 0x309f Homunculus packets [albator]
+ -1,10,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0x3090 - 0x309f Homunculus packets [albator]
};
struct WisData {
|