[10336] Server side checks for casting non-combat spells in combat.

Interrupt casting non combat spell spell at neter to combat
and prevent it casting in combat (last checked by client
but better recheck at server for prevent cheating).
This commit is contained in:
VladimirMangos 2010-08-10 01:47:24 +04:00
parent 7e251dd408
commit 085811fc06
3 changed files with 15 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10335"
#define REVISION_NR "10336"
#endif // __REVISION_NR_H__