mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Table creature_model_info store creature entry to use model from (or explicit model). The selection is based on a base modelId and racemask. Hacks for shapeshift models removed (data included in SQL update) Dropped no longer needed creature_model_info.modelid_other_team, as creature_model_info can and should be used instead (sorry, this is what happen when author doesn't do full research :) ) Signed-off-by: NoFantasy <nofantasy@nf.no>
6 lines
303 B
C
6 lines
303 B
C
#ifndef __REVISION_SQL_H__
|
|
#define __REVISION_SQL_H__
|
|
#define REVISION_DB_CHARACTERS "required_10332_02_characters_pet_aura"
|
|
#define REVISION_DB_MANGOS "required_10381_01_mangos_creature_model_race"
|
|
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
|
#endif // __REVISION_SQL_H__
|