insert into `character` select * from mangos1118.`character`;
insert into `character_action` select * from mangos1118.`character_action`;
insert into `character_aura` select * from mangos1118.`character_aura`;
insert into `character_homebind` select * from mangos1118.`character_homebind`;
insert into `character_inventory` select * from mangos1118.`character_inventory`;
insert into `character_kill` select * from mangos1118.`character_kill`;
insert into `character_pet` select * from mangos1118.`character_pet`;
insert into `character_queststatus` select * from mangos1118.`character_queststatus`;
insert into `character_reputation` select * from mangos1118.`character_reputation`;
insert into `character_social` select * from mangos1118.`character_social`;
insert into `character_spell` select * from mangos1118.`character_spell`;
insert into `character_spell_cooldown` select * from mangos1118.`character_spell_cooldown`;
insert into `character_stable` select * from mangos1118.`character_stable`;
insert into `character_ticket` select * from mangos1118.`character_ticket`;
insert into `character_tutorial` select * from mangos1118.`character_tutorial`;
insert into `item_instance` select * from mangos1118.`item_instance`;
update mangos.areatrigger_template,mangos1118.areatrigger_template set mangos.areatrigger_template.name=mangos1118.areatrigger_template.name where mangos.areatrigger_template.id=mangos1118.areatrigger_template.id;
update mangos.creature_template,mangos1118.creature_template set mangos.creature_template.name=mangos1118.creature_template.name where mangos.creature_template.entry=mangos1118.creature_template.entry;
update mangos.creature_template,mangos1118.creature_template set mangos.creature_template.subname=mangos1118.creature_template.subname where mangos.creature_template.entry=mangos1118.creature_template.entry;
update mangos.gameobject_template,mangos1118.gameobject_template set mangos.gameobject_template.name=mangos1118.gameobject_template.name where mangos.gameobject_template.entry=mangos1118.gameobject_template.entry;
update mangos.item_template,mangos1118.item_template set mangos.item_template.name=mangos1118.item_template.name where mangos.item_template.entry=mangos1118.item_template.entry;
update mangos.item_template,mangos1118.item_template set mangos.item_template.name2=mangos1118.item_template.name2 where mangos.item_template.entry=mangos1118.item_template.entry;
update mangos.item_template,mangos1118.item_template set mangos.item_template.name3=mangos1118.item_template.name3 where mangos.item_template.entry=mangos1118.item_template.entry;
update mangos.item_template,mangos1118.item_template set mangos.item_template.name4=mangos1118.item_template.name4 where mangos.item_template.entry=mangos1118.item_template.entry;
update mangos.npc_option,mangos1118.npc_option set mangos.npc_option.option=mangos1118.npc_option.option where mangos.npc_option.id=mangos1118.npc_option.id;
update mangos.npc_text,mangos1118.npc_text set mangos.npc_text.text0_0 =mangos1118.npc_text.text0_0 where mangos.npc_text.id=mangos1118.npc_text.id;
update mangos.npc_text,mangos1118.npc_text set mangos.npc_text.text0_1 =mangos1118.npc_text.text0_1 where mangos.npc_text.id=mangos1118.npc_text.id;
update mangos.quest_template,mangos1118.quest_template set mangos.quest_template.title=mangos1118.quest_template.title where mangos.quest_template.entry=mangos1118.quest_template.entry;
update mangos.quest_template,mangos1118.quest_template set mangos.quest_template.details=mangos1118.quest_template.details where mangos.quest_template.entry=mangos1118.quest_template.entry;
update mangos.quest_template,mangos1118.quest_template set mangos.quest_template.Objectives=mangos1118.quest_template.Objectives where mangos.quest_template.entry=mangos1118.quest_template.entry;