Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/usercommandhandlers/Birthday.java
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/handlers/usercommandhandlers/Birthday.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/handlers/usercommandhandlers/Birthday.java
r8406 r8630 23 23 24 24 /** 25 * Support for /mybirthday command 25 26 * @author JIV 26 * Support for /mybirthday command27 *28 27 */ 29 28 public class Birthday implements IUserCommandHandler … … 34 33 }; 35 34 35 @Override 36 36 public boolean useUserCommand(int id, L2PcInstance activeChar) 37 37 { … … 51 51 } 52 52 53 @Override 53 54 public int[] getUserCommandList() 54 55 {
Note: See TracChangeset
for help on using the changeset viewer.
