From b08d2f8c5e2079a3186ad62c53182ee805734191 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Tue, 16 Dec 2014 18:06:25 -0200 Subject: [PATCH] Preventing GM window to be closed for some commands, useful for testing. --- .../dist/game/data/html/admin/charedit.htm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/L2J_DataPack/dist/game/data/html/admin/charedit.htm b/L2J_DataPack/dist/game/data/html/admin/charedit.htm index 6c3cddfe22..f36f9a77f6 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> -- GitLab