mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[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:
parent
b4ea5a6d19
commit
69abc9ece4
6 changed files with 12 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8701"
|
||||
#define REVISION_NR "8702"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue