summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-02 08:27:14 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-02 08:27:14 +0000
commite2b788b6bba0754419de5cc5e4214cb7795d5374 (patch)
treecdd3abec9c7fd2c08382c13e3ff473c6e69f89c1 /Changelog-Trunk.txt
parent45f3de6221cb1bdea5e792534f5471b6cfda5051 (diff)
downloadhercules-e2b788b6bba0754419de5cc5e4214cb7795d5374.tar.gz
hercules-e2b788b6bba0754419de5cc5e4214cb7795d5374.tar.bz2
hercules-e2b788b6bba0754419de5cc5e4214cb7795d5374.tar.xz
hercules-e2b788b6bba0754419de5cc5e4214cb7795d5374.zip
- Moved the night icon invocation to clif_parse_LoadEndAck
- Changed function clif_set01e1 to clif_spiritball_single - Removed clif_spawnpc as it wasn't really needed. - Added clif_weather_check to handle the weather changes checks. - Merged Larry's fix of using a timer to get rid of the glow-issue when you login to night-enabled map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5863 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 668ee397f..5b5a4e5c2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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/04/02
+ * Some cleanups to clif.c, removed some excess/broken packets/functions.
+ [Skotlex]
+ * Merged Larry's fix of using a timer to get rid of the glow-issue when you
+ login to night-enabled map. [Skotlex]
* Changed arrows View ID to 22 since daggers were already View ID 1.
The server was looking for daggers to be in your arrow slot. [Reddozen]
* Loading waterheight aliases from resnametable.txt. [Lance]