From 3d6011c46f2f556aa0b9ad41c9e6139ba687e90d Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 9 Mar 2006 16:54:36 +0000 Subject: - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage/pc_damage to battle_damage. - Changed ITEM_NAME_LENGTH to 50. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5533 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index a58e8de86..ab9fd6dd7 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -99,7 +99,7 @@ //Includes null-terminator as it is the length of the array. #define NAME_LENGTH 24 //For item names, which tend to have much longer names. -#define ITEM_NAME_LENGTH 24 +#define ITEM_NAME_LENGTH 50 //For Map Names, which the client considers to be 16 in length #define MAP_NAME_LENGTH 16 -- cgit v1.2.3-70-g09d2