diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-02 10:33:38 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-02 10:33:38 +0000 |
commit | 179b9771be97e87168b39799bdbf82767d46fc45 (patch) | |
tree | 5b4888426c7d4d9fb879ef1b894d4dc1b92ea6b4 /Changelog-Trunk.txt | |
parent | 0361920446e9311979b5187abf123ba8e055d944 (diff) | |
download | hercules-179b9771be97e87168b39799bdbf82767d46fc45.tar.gz hercules-179b9771be97e87168b39799bdbf82767d46fc45.tar.bz2 hercules-179b9771be97e87168b39799bdbf82767d46fc45.tar.xz hercules-179b9771be97e87168b39799bdbf82767d46fc45.zip |
* Random updates to instance system.
- Introduced a constant for instance name length.
- Corrected comments related to instance packets 0x2cb (ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO) and 0x2ce (ZC_MEMORIALDUNGEON_NOTIFY).
- Moved instance finalization out of map.c into instance.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14878 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f8b235416..76195a89a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,10 @@ Date Added +2011/07/02 + * Random updates to instance system. [Ai4rei] + - Introduced a constant for instance name length. + - Corrected comments related to instance packets 0x2cb (ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO) and 0x2ce (ZC_MEMORIALDUNGEON_NOTIFY). + - Moved instance finalization out of map.c into instance.c 2011/07/01 * CMake: marked executables as different components and other miscellaneous changes. [FlavioJS] 2011/06/29 |