diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/bypasshandlers/ChangePlayerName.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/bypasshandlers/ChangePlayerName.java index e1f7e2c7ea..2300a41909 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/bypasshandlers/ChangePlayerName.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/bypasshandlers/ChangePlayerName.java @@ -61,7 +61,7 @@ public class ChangePlayerName implements IBypassHandler } // Destroy item. - player.destroyItemByItemId("ChangePlayerName", NAME_CHANGE_TICKET, 1, player, true); + player.destroyItemByItemId("ChangePlayerName to " + newName, NAME_CHANGE_TICKET, 1, player, true); // Set name and proceed. player.setName(newName);