From fbb2cecd2f8fbdf6fa212f157fa7d946e6751a79 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 24 Mar 2010 03:49:39 +0000 Subject: * Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) - Also added in the ability to use '@npctalkc' as a GM command. - Added supporting information to the databases. - Sneaking in a fix to the Refined Ballista. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14270 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index 6c8ac178e..a74a0e644 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -965,9 +965,9 @@ enum e_skill { NPC_VAMPIRE_GIFT, NPC_WIDESOULDRAIN, - ALL_INCCARRY = 681, - //NPC_TALK = 682, - NPC_HELLPOWER = 683, + ALL_INCCARRY, + NPC_TALK, + NPC_HELLPOWER, NPC_WIDEHELLDIGNITY, NPC_INVINCIBLE, NPC_INVINCIBLEOFF, -- cgit v1.2.3-70-g09d2