summaryrefslogtreecommitdiff
path: root/npc/Changelog.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-12 07:47:02 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-12 07:47:02 +0000
commitda4595570bb874ce6e448a1e6e63d8719e2b54d5 (patch)
tree173a11b1cce5530b8a844fe4729622ee5bc5a4da /npc/Changelog.txt
parent9d980263608070842314af7778385d1821ac6b34 (diff)
downloadhercules-da4595570bb874ce6e448a1e6e63d8719e2b54d5.tar.gz
hercules-da4595570bb874ce6e448a1e6e63d8719e2b54d5.tar.bz2
hercules-da4595570bb874ce6e448a1e6e63d8719e2b54d5.tar.xz
hercules-da4595570bb874ce6e448a1e6e63d8719e2b54d5.zip
- Fixed double-quotes not being escaped in the custom xmas_rings_event. (bugreport:2546)
- Renamed an OnClock label so it's consistent with the other castles. (bugreport:2831) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13756 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r--npc/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index bcd940273..627eddf73 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,8 @@
Date Added
======
+2009/05/11
+ - Fixed double-quotes not being escaped in the custom xmas_rings_event. (bugreport:2546) [brianluau]
+ - Renamed an OnClock label in schg_cas01 so it's consistent with the other castles. (bugreport:2831)
2009/05/07
- Fixed a "player not attached" error in the Moscovia quest. (bugreport:3041) [brianluau]
- Fixed a race condition in the Arunafeltz quest blocking progress. (bugreport:2782)