[7408] Fixed last hidden non-localized message case in BattleGround.cpp.

Note:
1) CHAT_MSG_BG_SYSTEM_NEUTRAL not dependent from target guid so use SendMessageToAll
   and cleanup code
2) BattleGround.cpp now not dependent from Chat.h
This commit is contained in:
VladimirMangos 2009-03-08 08:51:02 +03:00
parent 28a8e0c9cf
commit cdf99bc169
2 changed files with 6 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7407"
#define REVISION_NR "7408"
#endif // __REVISION_NR_H__