[8345] corrected startup-checks for spell_area table

old problem was that, for example
a single spell couldn't be cast
at aura OR quest (so 2 entries in this table)

.. will be now possible

Signed-off-by: balrok <der-coole-carl@gmx.net>
This commit is contained in:
balrok 2009-08-10 21:25:05 +02:00
parent 7caf5b5b2f
commit dddacab0dd
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8344"
#define REVISION_NR "8345"
#endif // __REVISION_NR_H__