[11817] Improve db error log output for *_addon auras

This clearifies that a problem is caused by already applied auras and not double aura in *_addon table.
The double spell entry as well as the invalid spell are filtered on load.

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2011-10-11 17:51:06 +02:00
parent 5880014d93
commit 9c70637333
2 changed files with 4 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11816"
#define REVISION_NR "11817"
#endif // __REVISION_NR_H__