Sync with L2JServer Jan 12th 2015.
This commit is contained in:
@ -149,7 +149,7 @@ public class Wedding implements IVoicedCommandHandler
|
||||
activeChar.sendMessage("You are already engaged.");
|
||||
if (Config.L2JMOD_WEDDING_PUNISH_INFIDELITY)
|
||||
{
|
||||
activeChar.startAbnormalVisualEffect(true, AbnormalVisualEffect.BIG_HEAD); // give player a Big Head
|
||||
activeChar.startAbnormalVisualEffect(AbnormalVisualEffect.BIG_HEAD); // give player a Big Head
|
||||
// lets recycle the sevensigns debuffs
|
||||
int skillId;
|
||||
|
||||
|
Reference in New Issue
Block a user