git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@582 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
23d832e2a1
commit
e830ccaa6d
@ -1,10 +1,10 @@
|
||||
Date Added
|
||||
12/16
|
||||
* Added #itemlist, removed @charitemlist [MC Cameri]
|
||||
* Changed @job and #job so that when it's used it unequips all the items, to prevent sprite errors [MC Cameri]
|
||||
* Fixed a misuse of mysql_config (thanks Daegalus for
|
||||
creating a reproducable environment for me) [MouseJstr]
|
||||
* Fixed compile time errors for gcc 2.95 [MouseJstr]
|
||||
* Added #itemlist, removed @charitemlist [MC Cameri]
|
||||
* Changed @job and #job so that when it's used it unequips all the items, to prevent sprite errors [MC Cameri]
|
||||
* Updated Forging and Potion making formulas by DracoRPG [celest]
|
||||
* Changes to the guild skills
|
||||
- Dropped using sc_data and use flag values instead
|
||||
|
@ -157,6 +157,7 @@ enum AtCommandType {
|
||||
AtCommand_EMail, // by Yor
|
||||
AtCommand_Hatch,
|
||||
AtCommand_Effect, // by Apple
|
||||
// AtCommand_Char_Item_List, // by Yor, now #itemlist
|
||||
AtCommand_Char_Storage_List, // by Yor
|
||||
AtCommand_Char_Cart_List, // by Yor
|
||||
AtCommand_AddWarp, // by MouseJstr
|
||||
|
Loading…
x
Reference in New Issue
Block a user