[0062] Send SMSG_DEFENSE_MESSAGE, SMSG_ZONE_UNDER_ATTACK only to players outside of instances

Also remove team argument from SendDefenseMessage as all texts are sent to all teams, use seperate function to send zone attack message, cleanup some send message functions and remove deprecated send text functions
This commit is contained in:
stfx 2012-08-11 14:34:37 +02:00 committed by Antz
parent a004c7b50c
commit 27fefb1e96
4 changed files with 44 additions and 78 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0061"
#define REVISION_NR "0062"
#endif // __REVISION_NR_H__