I get these errors when I try to start the world.
ERROR In mysql_stmt_prepare() id: 53, sql: "INSERT INTO creature_transport (guid, npc_entry, transport_entry, TransOffsetX, TransOffsetY, TransOffsetZ, TransOffsetO) values (?, ?, ?, ?, ?, ?, ?)"
ERROR Table 'world.creature_transport' doesn't exist
ERROR In mysql_stmt_prepare() id: 54, sql: "UPDATE creature_transport SET emote = ? WHERE transport_entry = ? AND guid = ?"
ERROR Table 'world.creature_transport' doesn't exist
ERROR In mysql_stmt_prepare() id: 64, sql: "INSERT INTO creature (guid, id , map, zone, area, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags, walkmode) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
ERROR Unknown column 'zone' in 'field list'
ERROR In mysql_stmt_prepare() id: 67, sql: "INSERT INTO gameobject (guid, id, map, zone, area, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
ERROR Unknown column 'zone' in 'field list'
ERROR In mysql_stmt_prepare() id: 71, sql: "INSERT INTO slowopcodes (opcode, duration) VALUES (?, ?)"
ERROR Table 'world.slowopcodes' doesn't exist
ERROR In mysql_stmt_prepare() id: 73, sql: "UPDATE research_sites SET position_x = ?, position_y = ?, position_z = ?, enable = ?, map = ? where entry = ?"
ERROR Table 'world.research_sites' doesn't exist
ERROR In mysql_stmt_prepare() id: 74, sql: "UPDATE research_sites SET minSkill = ? where entry = ?"
ERROR Table 'world.research_sites' doesn't exist
ERROR In mysql_stmt_prepare() id: 75, sql: "UPDATE research_sites SET enable = 2 where entry = ?"
ERROR Table 'world.research_sites' doesn't exist
ERROR In mysql_stmt_prepare() id: 76, sql: "INSERT INTO arena_log (endTime, duration, winnerTeam, looserTeam, winnerRating, winnerMMR, looserRating, looserMMR, winpl1, winpl2, winpl3, winpl4, winpl5, loosepl1, loosepl2, loosepl3, loosepl4, loosepl5, windmg, winheal, winkill, loosedmg, looseheal, loosekill, winIP1, winIP2, winIP3, winIP4, winIP5, looseIP1, looseIP2, looseIP3, looseIP4, looseIP5) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"
ERROR Table 'world.arena_log' doesn't exist
ERROR In mysql_stmt_prepare() id: 77, sql: "REPLACE INTO report_quest (id, status, count) VALUES(?, ?, ?)"
ERROR Table 'world.report_quest' doesn't exist
ERROR In mysql_stmt_prepare() id: 29, sql: "SELECT point, position_x, position_y, position_z, orientation, move_flag, delay, action, action_chance, inverse_formation_angle FROM waypoint_data WHERE id = ? ORDER BY point"
ERROR Unknown column 'inverse_formation_angle' in 'field list'
ERROR In mysql_stmt_prepare() id: 56, sql: "SELECT difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction_A, faction_H, npcflag, speed_walk, speed_run, speed_swim, speed_fly, scale, rank, mindmg, maxdmg, dmgschool, attackpower, dmg_multiplier, baseattacktime, rangeattacktime, unit_class, unit_flags, unit_flags2, dynamicflags, family, trainer_type, trainer_class, trainer_race, minrangedmg, maxrangedmg, rangedattackpower, type, type_flags, lootid, pickpocketloot, skinloot, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, InhabitType, HoverHeight, Health_mod, Mana_mod, Mana_mod_extra, Armor_mod, RacialLeader, questItem1, questItem2, questItem3, questItem4, questItem5, questItem6, movementId, RegenHealth, equipment_id, mechanic_immune_mask, flags_extra, ScriptName FROM creature_template WHERE entry = ?"
ERROR Unknown column 'speed_swim' in 'field list'
ERROR In mysql_stmt_prepare() id: 58, sql: "SELECT c.country FROM ip2nationCountries c, ip2nation i WHERE i.ip < ? AND c.code = i.country ORDER BY i.ip DESC LIMIT 0,1"
ERROR Table 'world.ip2nationcountries' doesn't exist