[11376] Allow fallback to creature_template_addon of base entry

Use creature_template_addon from base entry when addon for difficulty_entry_N does not exist.
It is easier to create data for the exceptions rather than the general.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
Schmoozerd 2011-04-17 13:29:28 +02:00 committed by NoFantasy
parent c6dee6c2d6
commit 5895cb38e3
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11375"
#define REVISION_NR "11376"
#endif // __REVISION_NR_H__