diff --git a/tools/editor/cli_format_table.cpp b/tools/editor/cli_format_table.cpp index 156bf72c..5a355da5 100644 --- a/tools/editor/cli_format_table.cpp +++ b/tools/editor/cli_format_table.cpp @@ -25,20 +25,20 @@ constexpr FormatMagicEntry kFormats[] = { {{'W','M','S','X'}, ".wms", "maps", "--info-wms", "Map / area catalog"}, {{'W','C','H','C'}, ".wchc", "chars", "--info-wchc", "Class + race catalog"}, {{'W','A','C','H'}, ".wach", "achieve", "--info-wach", "Achievement catalog"}, - {{'W','T','R','N'}, ".wtrr", "trainers", "--info-wtrr", "Trainer catalog"}, - {{'W','G','S','P'}, ".wgoss", "gossip", "--info-wgoss", "Gossip menu catalog"}, + {{'W','T','R','N'}, ".wtrn", "trainers", "--info-wtrn", "Trainer catalog"}, + {{'W','G','S','P'}, ".wgsp", "gossip", "--info-wgsp", "Gossip menu catalog"}, {{'W','T','A','X'}, ".wtax", "taxi", "--info-wtax", "Taxi node catalog"}, {{'W','T','A','L'}, ".wtal", "talents", "--info-wtal", "Talent catalog"}, {{'W','T','K','N'}, ".wtkn", "tokens", "--info-wtkn", "Token catalog"}, {{'W','T','R','G'}, ".wtrg", "triggers", "--info-wtrg", "Trigger catalog"}, - {{'W','T','I','T'}, ".wttl", "titles", "--info-wttl", "Title catalog"}, - {{'W','S','E','A'}, ".wevt", "events", "--info-wevt", "Event catalog"}, - {{'W','M','O','U'}, ".wmnt", "mounts", "--info-wmnt", "Mount catalog"}, + {{'W','T','I','T'}, ".wtit", "titles", "--info-wtit", "Title catalog"}, + {{'W','S','E','A'}, ".wsea", "events", "--info-wsea", "Event catalog"}, + {{'W','M','O','U'}, ".wmou", "mounts", "--info-wmou", "Mount catalog"}, {{'W','B','G','D'}, ".wbgd", "battle", "--info-wbgd", "Battleground catalog"}, {{'W','M','A','L'}, ".wmal", "mail", "--info-wmal", "Mail catalog"}, {{'W','G','E','M'}, ".wgem", "gems", "--info-wgem", "Gem catalog"}, {{'W','G','L','D'}, ".wgld", "guilds", "--info-wgld", "Guild catalog"}, - {{'W','P','C','D'}, ".wcnd", "cond", "--info-wcnd", "Condition catalog"}, + {{'W','P','C','D'}, ".wpcd", "cond", "--info-wpcd", "Condition catalog"}, {{'W','P','E','T'}, ".wpet", "pets", "--info-wpet", "Pet catalog"}, {{'W','A','U','C'}, ".wauc", "auction", "--info-wauc", "Auction catalog"}, {{'W','C','H','N'}, ".wchn", "channels", "--info-wchn", "Channel catalog"}, diff --git a/tools/editor/cli_list_formats.cpp b/tools/editor/cli_list_formats.cpp index cdd72963..56fc83e5 100644 --- a/tools/editor/cli_list_formats.cpp +++ b/tools/editor/cli_list_formats.cpp @@ -47,20 +47,20 @@ constexpr FormatRow kFormats[] = { {"WMSX", ".wms", "maps", "Map.dbc + AreaTable.dbc", "Map and area catalog"}, {"WCHC", ".wchc", "chars", "ChrClasses.dbc + ChrRaces.dbc", "Class + race catalog"}, {"WACH", ".wach", "achieve", "Achievement.dbc + Criteria.dbc", "Achievement catalog with criteria"}, - {"WTRN", ".wtrr", "trainers", "npc_trainer + Spell.dbc", "Trainer catalog (spell teaching)"}, - {"WGSP", ".wgoss", "gossip", "gossip_menu + npc_gossip", "Gossip menu / dialog tree catalog"}, + {"WTRN", ".wtrn", "trainers", "npc_trainer + Spell.dbc", "Trainer catalog (spell teaching)"}, + {"WGSP", ".wgsp", "gossip", "gossip_menu + npc_gossip", "Gossip menu / dialog tree catalog"}, {"WTAX", ".wtax", "taxi", "TaxiNodes.dbc + TaxiPath.dbc", "Flight path catalog (taxi network)"}, {"WTAL", ".wtal", "talents", "Talent.dbc + TalentTab.dbc", "Talent tree catalog"}, {"WTKN", ".wtkn", "tokens", "ItemExtendedCost + currency", "Token / currency catalog"}, {"WTRG", ".wtrg", "triggers", "AreaTrigger.dbc + areatrigger", "Area trigger catalog"}, - {"WTIT", ".wttl", "titles", "CharTitles.dbc", "Player title catalog"}, - {"WSEA", ".wevt", "events", "GameEvent + spell_script", "Scripted event catalog"}, - {"WMOU", ".wmnt", "mounts", "Mount.dbc + spell_mount", "Mount catalog (ground+flying)"}, + {"WTIT", ".wtit", "titles", "CharTitles.dbc", "Player title catalog"}, + {"WSEA", ".wsea", "events", "GameEvent + spell_script", "Scripted event catalog"}, + {"WMOU", ".wmou", "mounts", "Mount.dbc + spell_mount", "Mount catalog (ground+flying)"}, {"WBGD", ".wbgd", "battle", "BattlemasterList.dbc + bg_*", "Battleground definition catalog"}, {"WMAL", ".wmal", "mail", "mail + mail_external", "In-game mail message catalog"}, {"WGEM", ".wgem", "gems", "GemProperties.dbc + Enchant.dbc", "Gem + enchantment catalog"}, {"WGLD", ".wgld", "guilds", "guild + guild_member", "Guild catalog (charters, ranks)"}, - {"WPCD", ".wcnd", "cond", "Conditions + spell_proc_event", "Reusable condition rule catalog"}, + {"WPCD", ".wpcd", "cond", "Conditions + spell_proc_event", "Reusable condition rule catalog"}, {"WPET", ".wpet", "pets", "CreatureFamily.dbc + pet SQL", "Hunter pet + warlock minion catalog"}, {"WAUC", ".wauc", "auction", "auctionhouse + npc_auctioneer", "Auction house rules catalog"}, {"WCHN", ".wchn", "channels", "ChatChannels.dbc + chat_channel", "Chat channel catalog"},