summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-05 11:06:48 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-05 11:06:48 +0000
commitecbe6aa5b86c57909ee1a7369ceda6b9348fdb1a (patch)
treeb3a459940f3ccb52de4b0e11189756f49ae603e2 /Changelog.txt
parent887a23e815dc20731a423c726b22d0d0a3974d93 (diff)
downloadhercules-ecbe6aa5b86c57909ee1a7369ceda6b9348fdb1a.tar.gz
hercules-ecbe6aa5b86c57909ee1a7369ceda6b9348fdb1a.tar.bz2
hercules-ecbe6aa5b86c57909ee1a7369ceda6b9348fdb1a.tar.xz
hercules-ecbe6aa5b86c57909ee1a7369ceda6b9348fdb1a.zip
* Added allow_atcommand_when_mute
* Temporarily leaving the changing guild emblems requiring Glory of Guild feature only for TXT until the SQL char-server supports guild skills fully * Modified battle_range again to check if src's type is a player first * Modified skill_nocast_db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@459 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index d355302f0..f26946cd1 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,10 @@
Date Added
12/5
+ * Added allow_atcommand_when_mute - Change this to set whether muted players
+ can use gm commands [celest]
+ * Temporarily leaving the changing guild emblems requiring Glory of Guild
+ feature only for TXT until the SQL char-server supports guild skills fully[celest]
+ * Modified battle_range again to check if src's type is a player first [celest]
* Corrected typo in battle_range [celest]
* Fixed a crash where party chats can be sent to a
partially disconnected player [MouseJstr]