Fixed a typo in msg_athena.conf, "This item cannot be drop" -> "This item cannot be dropped"
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7435 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
aae78afd23
commit
ad06ac2940
@ -4,6 +4,7 @@ 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.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2006/05/30
|
2006/05/30
|
||||||
|
* Fixed a typo in msg_athena.conf, "This item cannot be drop" -> "This item cannot be dropped" [MasterOfMuppets]
|
||||||
* Added a check to prevent equipped items from being traded. [Skotlex]
|
* Added a check to prevent equipped items from being traded. [Skotlex]
|
||||||
* Added UF_SONG (0x400) to differentiate songs from dances. [Skotlex]
|
* Added UF_SONG (0x400) to differentiate songs from dances. [Skotlex]
|
||||||
* Added preliminar support for making a Song+Dance turn into BA_DISSONANCE
|
* Added preliminar support for making a Song+Dance turn into BA_DISSONANCE
|
||||||
|
@ -271,7 +271,7 @@
|
|||||||
260: This item cannot be traded.
|
260: This item cannot be traded.
|
||||||
261: Script could not be loaded.
|
261: Script could not be loaded.
|
||||||
262: Script loaded.
|
262: Script loaded.
|
||||||
263: This item cannot be drop.
|
263: This item cannot be dropped.
|
||||||
264: This item cannot be stored.
|
264: This item cannot be stored.
|
||||||
265: %s has bought your item(s).
|
265: %s has bought your item(s).
|
||||||
266: Some of your items cannot be vended and were removed from the shop.
|
266: Some of your items cannot be vended and were removed from the shop.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user