diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-14 17:46:04 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-14 17:46:04 +0000 |
commit | 1f9da81c0d78cebcc74a189c97b2350ae01bf621 (patch) | |
tree | 87e198f4c0abd95cfb25dcf9884aa32dfab4ca3d /db/Changelog.txt | |
parent | 50f8f3a0579063ffaf1cb595fdc0201906f6507a (diff) | |
download | hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.gz hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.bz2 hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.xz hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.zip |
* Fixed the awfully coded Baseball Cap script
- please use CONSTANTS!
- please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races!
- please don't stack RC_Nonboss with RC_(some race)!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7166 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r-- | db/Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index e9f544570..bf8bb560a 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -24,6 +24,11 @@ -----
=========================
+06/14
+ * Fixed the awfully coded Baseball Cap script [Playtester]
+ - please use CONSTANTS!
+ - please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races!
+ - please don't stack RC_Nonboss with RC_(some race)!
06/13
* Detale only summons one Hydro [Playtester]
* Fixed the names of the Lotto items [Playtester]
|