Hola, francosa
bueno yo tengo un problema, bueno mi server orita trabaja bajo ascent 1511 pero yo quiero actualizarlo a
Ascent 1756 pero cuando ya esta up los npc no salen y me dijeren q es por q me falta ejecutar una query y no la encuentro tu la tienes???
Proba con esto...
-----------------------------------------------------------------------------------------------
alter table creature_names change displayid male_displayid int(30) not null;
alter table creature_names add column female_displayid int(30) not null after male_displayid;
alter table creature_names add column unknown_int1 int(30) not null default 0 after female_displayid;
alter table creature_names add column unknown_int2 int(30) not null default 0 after unknown_int1;
alter table creature_names change unk2 unknown_float1 float(0) not null;
alter table creature_names change unk3 unknown_float2 float(0) not null;
alter table creature_proto add column fly_speed float(0) default "14.0" not null;
alter table creature_proto add column extra_a9_flags int(30) default 0 not null;
-----------------------------------------------------------------------------------------------
alter table creature_spawns add column channel_spell int(30) not null default 0;
alter table creature_spawns add column channel_target_sqlid int(30) not null default 0;
alter table creature_spawns add column channel_target_sqlid_creature int(30) not null default 0;
----------------------------------------------------------------------------------------------