Added Prime Shop reload command.
This commit is contained in:
		
							
								
								
									
										2
									
								
								trunk/dist/game/data/html/admin/reload.htm
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								trunk/dist/game/data/html/admin/reload.htm
									
									
									
									
										vendored
									
									
								
							| @@ -48,7 +48,7 @@ | ||||
| 	<tr> | ||||
| 		<td><button value="Crest" action="bypass admin_reload crest" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> | ||||
| 		<td><button value="Sayune" action="bypass admin_reload sayune" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> | ||||
| 		<td></td> | ||||
| 		<td><button value="L2Store" action="bypass admin_reload primeshop" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> | ||||
| 		<td></td> | ||||
| 	</tr> | ||||
| </table> | ||||
|   | ||||
| @@ -38,6 +38,7 @@ import com.l2jmobius.gameserver.data.xml.impl.ItemCrystalizationData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.MultisellData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.NpcData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.OptionData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.PrimeShopData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.SayuneData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.SkillData; | ||||
| import com.l2jmobius.gameserver.data.xml.impl.TeleportersData; | ||||
| @@ -260,6 +261,12 @@ public class AdminReload implements IAdminCommandHandler | ||||
| 					AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded item crystalization data."); | ||||
| 					break; | ||||
| 				} | ||||
| 				case "primeshop": | ||||
| 				{ | ||||
| 					PrimeShopData.getInstance().load(); | ||||
| 					AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded Prime Shop data."); | ||||
| 					break; | ||||
| 				} | ||||
| 				case "ability": | ||||
| 				{ | ||||
| 					AbilityPointsData.getInstance().load(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev