--- deliantra/server/include/define.h 2008/12/28 16:35:32 1.98 +++ deliantra/server/include/define.h 2009/01/08 19:23:44 1.100 @@ -290,7 +290,7 @@ #define MATERIAL 161 /* Material for building */ //162 #define ITEM_TRANSFORMER 163 /* Transforming one item with another */ -//164 +#define MAPSCRIPT 164 /* A perl-scripted connectable */ #define SAFE_GROUND 165 /* This is a safe ground, means that neither bombs, potions, alchemy, or magic works here (elmex) */ @@ -860,7 +860,7 @@ /** * Maximum distance a player may hear a sound from. - * This is only used for new client/server sound. If the sound source + * This is only used for client/server sound and say. If the sound source * on the map is farther away than this, we don't sent it to the client. */ #define MAX_SOUND_DISTANCE 16