[8702] removed startup-error for creature_loot_template id=0

for alterac valley we've defined Player-loot inside creature_loot_template
with id=0
this hack is used, so that we won't need to create an extra table
player_loot_template for just one case

if later more player-loot will be needed, we should implement
new table and remove this

also added sql-fix for reputation of last commit
it will just fix those which are hated by faction 729/730
This commit is contained in:
balrok 2009-10-21 22:06:40 +02:00
parent b4ea5a6d19
commit 69abc9ece4
6 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8701"
#define REVISION_NR "8702"
#endif // __REVISION_NR_H__