Spell script target
DataBase
Таблица `spell_script_target`
!Нет описания!
Поле | Тип | Атрибуты | Пусто | Дефолт | Экстра
|
entry | int(6) | unsigned | NO | NOTNULL |
|
type | int(8) | unsigned | NO | 0 |
|
targetEntry | int(11) | | NO | 0 |
|
Описание полей таблицы
entry
ID спелла (См. Spell.dbc).
type
0 - gameobject (ГО)
1 - creature (живой моб)
2 - dead creature (труп моба)
targetEntry
Если type = 0, см. mangos.gameobject_template.entry
Если type = 1 или 2, см. mangos.creature_template.entry.
|