diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 17:59:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 17:59:34 +0000 |
commit | c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff (patch) | |
tree | 4e4aea82151528492ca70b515bd59deb00152b80 /Changelog-Trunk.txt | |
parent | 5c7ca41032aec98589071c485eccf695f594638c (diff) | |
download | hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.gz hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.bz2 hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.xz hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.zip |
- Cleaned up some more the SC_JAILED code
- merged in atcommands jailfor, jailtime, charjailtime. Thanks to Meruru and Coltaro for the code.
- Cleaned the code of atcommnds jail and unjail
- Be warned that the code MAY contain bugs as I adjusted it to save the character's position before jailing, allowing the automatic unjailing to warp you back to the exact spot you were at before being jailed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8038 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0148af9e0..be6ee6848 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/08/01
+ * Cleaned up some more the SC_JAILED code [Skotlex]
+ * merged in atcommands jailfor, jailtime, charjailtime. Thanks to Meruru
+ and Coltaro for the code. [Skotlex]
+ * Cleaned the code of atcommands jail and unjail [Skotlex]
+ * Be warned that the code MAY contain bugs as I adjusted it to save the
+ character's position before jailing, allowing the automatic unjailing to
+ warp you back to the exact spot you were at before being jailed. [Skotlex]
* Should have fixed the cooking sets not displaying all cooking available
items. [Skotlex]
* Figured out and fixed the issue with Volcano/Deluge/Violent Gale not
|