Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/custom/NewbieCoupons/NewbieCoupons.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/custom/NewbieCoupons/NewbieCoupons.java (modified) (2 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/custom/NewbieCoupons/NewbieCoupons.java
r8406 r8630 117 117 return null; 118 118 } 119 else 120 htmltext = "30598-7.htm"; // you're not eligible to use warehouse 119 htmltext = "30598-7.htm"; // you're not eligible to use warehouse 121 120 } 122 121 else if (event.equals("newbie_show_armor")) … … 127 126 return null; 128 127 } 129 else 130 htmltext = "30598-8.htm"; // you're not eligible to use warehouse 128 htmltext = "30598-8.htm"; // you're not eligible to use warehouse 131 129 } 132 130
Note: See TracChangeset
for help on using the changeset viewer.
