diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 13:45:02 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 13:45:02 +0000 |
commit | b8dd9a491e2e31d43862a03bba3b5295afdc6d8c (patch) | |
tree | 57e012af30f80798bdcb82d652ddad977498f1aa /db | |
parent | 677160aa238c1d5b58a3e2139f5e6a701d2c1531 (diff) | |
download | hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.gz hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.bz2 hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.xz hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.zip |
- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instead of retaining the level of their song/dance.
- Fixed the misleading description of what item_avail does.
- Fixed wrong check in @petrename, thanks to The Ultra Mage.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9228 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_avail.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f67c06fb3..17532d139 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ ========================
11/16
+ * Fixed the misleading description of what item_avail does. [Skotlex]
* Updated X.3 mob stats [Playtester]
* Updated Kiel dungeon mob stats [Playtester]
* Changed type of unimplemented cards to "Card" [Playtester]
diff --git a/db/item_avail.txt b/db/item_avail.txt index 3c27d93b2..1a1420915 100644 --- a/db/item_avail.txt +++ b/db/item_avail.txt @@ -1,5 +1,6 @@ // item id,sprite id
-// Client will use sprite ID to display particular item.
+// Replaces an item client-side while keeping them separate server-side.
+// Think of it as a way to disguise items.
// If 0 is used then item will be disabled.
2240,2241 //Beard - Grampa Beard
|