diff --git a/L2J_DataPack/dist/game/data/html/admin/charedit.htm b/L2J_DataPack/dist/game/data/html/admin/charedit.htm
index 6c3cddfe221a814b815613b2d6f43dd0e8e9b5ab..f36f9a77f66eb3e07287d98cd9aa006a0d20ef14 100644
--- a/L2J_DataPack/dist/game/data/html/admin/charedit.htm
+++ b/L2J_DataPack/dist/game/data/html/admin/charedit.htm
@@ -31,13 +31,13 @@
 				<edit var="hp" width="50">
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_set_hp $hp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_set_hp $hp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
-			<td width=50>
+			<td width="50">
 				PvP Flag:
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_set_pvp_flag" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_set_pvp_flag" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
 		</tr>
 		<tr>
@@ -46,14 +46,14 @@
 				<edit var="mp" width="50">
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_set_mp $mp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_set_mp $mp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
 			<td width="10">PvPs:</td>
 			<td>
 				<edit var="pvpkills" width="50">
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_setpvp $pvpkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_setpvp $pvpkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
 		</tr>
 		<tr>
@@ -62,14 +62,14 @@
 				<edit var="cp" width="50">
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_set_cp $cp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_set_cp $cp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
 			<td width="10">PKs:</td>
 			<td>
 				<edit var="pkkills" width="50">
 			</td>
 			<td>
-				<button value="" action="bypass -h admin_setpk $pkkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
+				<button value="" action="bypass admin_setpk $pkkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
 			</td>
 		</tr>
 	</table>