[6853] [2008_11_27_01_mangos_playercreateinfo_item.sql] Use DBC data for creating initial character items.

Thanks to WCell team for DBC structure research.
`playercreateinfo_item` content removed from mangos.sql and table can be used now only for custom additional initial items.
This commit is contained in:
VladimirMangos 2008-11-28 02:14:36 +03:00
parent a0f45f295e
commit 9fc7dd9ead
11 changed files with 114 additions and 461 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6852"
#define REVISION_NR "6853"
#endif // __REVISION_NR_H__