Changeset 85 for trunk/sql/data.sql
- Timestamp:
- Feb 11, 2009, 6:57:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/data.sql
r70 r85 4 4 -- 5 5 6 INSERT INTO `group` (`Id`, `Name`, `TablePrefix`, `MangosDatabase`, `MangosTable`, `MangosTableIndex`) VALUES 7 (1, 'Výpravy', 'quests', 'mangos', 'quest_template', 'entry'), 8 (2, 'Texty knížek', 'page', 'mangos', 'page_text', 'entry'), 9 (3, 'Slova NPC', 'npc', 'mangos', 'npc_text', 'ID'), 10 (4, 'Názvy věcí', 'item', 'mangos', 'item_template', 'entry'), 11 (5, 'Názvy herních objektů', 'gameobject', 'mangos', 'gameobject_template', 'entry'), 12 (6, 'Jména bytostí', 'creature', 'mangos', 'creature_template', 'entry'), 13 (7, 'Zprávy MaNGOSu', 'mangos_string', 'mangos', 'mangos_string', 'entry'), 14 (8, 'Popis GM příkazů', 'mangos_command', 'mangos', 'command', 'entry'), 15 (9, 'Klient', 'client', '', '', ''), 16 (10, 'Texty skriptů ScriptDev2', 'sd2_script_texts', 'scriptdev2', 'script_texts', 'entry'), 17 (11, 'Texty EventAI', 'sd2_eventai_texts', 'scriptdev2', 'eventai_texts', 'entry'); 6 INSERT INTO `group` (`Id`, `Name`, `TablePrefix`, `MangosDatabase`, `MangosTable`, `MangosTableIndex`, `DBCFileName`, `DBCColumns`, `WowheadName`) VALUES 7 (1, 'Výpravy', 'quests', 'realm2_mangos', 'quest_template', 'entry', '', '', 'quest'), 8 (2, 'Texty knížek', 'page', 'realm2_mangos', 'page_text', 'entry', '', '', ''), 9 (3, 'Slova NPC', 'npc', 'realm2_mangos', 'npc_text', 'ID', '', '', ''), 10 (4, 'Názvy věcí', 'item', 'realm2_mangos', 'item_template', 'entry', '', '', 'item'), 11 (5, 'Názvy herních objektů', 'gameobject', 'realm2_mangos', 'gameobject_template', 'entry', '', '', 'gameobject'), 12 (6, 'Jména bytostí', 'creature', 'realm2_mangos', 'creature_template', 'entry', '', '', 'npc'), 13 (7, 'Zprávy MaNGOSu', 'mangos_string', 'realm2_mangos', 'mangos_string', 'entry', '', '', ''), 14 (8, 'Popis GM příkazů', 'mangos_command', 'realm2_mangos', 'command', 'entry', '', '', ''), 15 (9, 'Klient', 'client', '', '', '', '', '', ''), 16 (10, 'Texty skriptů ScriptDev2', 'sd2_script_texts', 'realm2_scriptdev2', 'script_texts', 'entry', '', '', ''), 17 (11, 'Texty EventAI', 'sd2_eventai_texts', 'realm2_scriptdev2', 'eventai_texts', 'entry', '', '', ''), 18 (12, 'Herní tipy', 'gametips', '', '', '', 'GameTips', 'usuuuuuuuuuuuuuuuu', ''), 19 (13, 'Kouzla', 'spell', '', '', '', 'Spell', 'uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu', 'spell'); 18 20 19 21 -- … … 21 23 -- 22 24 23 INSERT INTO `group_item` (`Id`, `Group`, `Name`, `Column`, `MangosColumn`, `AddonFileName`) VALUES 24 (1, 1, 'Titulek', 'Title', 'Title', ''), 25 (2, 1, 'Detaily', 'Details', 'Details', 'QuestDescription'), 26 (3, 1, 'Úkol', 'Objectives', 'Objectives', 'QuestObjective'), 27 (4, 1, 'Text slíbené odměny', 'OfferRewardText', 'OfferRewardText', 'QuestReward'), 28 (5, 1, 'Popis požadovaných předmětů', 'RequestItemsText', 'RequestItemsText', 'QuestProgress'), 29 (6, 1, 'Závěrečný text', 'EndText', 'EndText', ''), 30 (7, 1, 'Text úkolu 1', 'ObjectiveText1', 'ObjectiveText1', ''), 31 (8, 1, 'Text úkolu 2', 'ObjectiveText2', 'ObjectiveText2', ''), 32 (9, 1, 'Text úkolu 3', 'ObjectiveText3', 'ObjectiveText3', ''), 33 (10, 1, 'Text úkolu 4', 'ObjectiveText4', 'ObjectiveText4', ''), 34 (11, 2, 'Obsah', 'Text', 'Text', 'BookPage'), 35 (12, 3, 'Text 0.0', 'Text0_0', 'Text0_0', 'NPCText'), 36 (13, 3, 'Text 0.1', 'Text0_1', 'Text0_1', 'NPCAction'), 37 (14, 3, 'Text 1.0', 'Text1_0', 'Text1_0', ''), 38 (15, 3, 'Text 1.1', 'Text1_1', 'Text1_1', ''), 39 (16, 3, 'Text 2.0', 'Text2_0', 'Text2_0', ''), 40 (17, 3, 'Text 2.1', 'Text2_1', 'Text2_1', ''), 41 (18, 3, 'Text 3.0', 'Text3_0', 'Text3_0', ''), 42 (19, 3, 'Text 3.1', 'Text3_1', 'Text3_1', ''), 43 (20, 3, 'Text 4.0', 'Text4_0', 'Text4_0', ''), 44 (21, 3, 'Text 4.1', 'Text4_1', 'Text4_1', ''), 45 (22, 3, 'Text 5.0', 'Text5_0', 'Text5_0', ''), 46 (23, 3, 'Text 5.1', 'Text5_1', 'Text5_1', ''), 47 (24, 3, 'Text 6.0', 'Text6_0', 'Text6_0', ''), 48 (25, 3, 'Text 6.1', 'Text6_1', 'Text6_1', ''), 49 (26, 3, 'Text 7.0', 'Text7_0', 'Text7_0', ''), 50 (27, 3, 'Text 7.1', 'Text7_1', 'Text7_1', ''), 51 (28, 4, 'Jméno', 'Name', 'Name', ''), 52 (29, 4, 'Popis', 'Description', 'Description', ''), 53 (30, 5, 'Jméno', 'Name', 'Name', ''), 54 (31, 5, 'Popisek', 'castbarcaption', 'castbarcaption', ''), 55 (32, 6, 'Jméno', 'name', 'name', ''), 56 (33, 6, 'Druhé jméno', 'subname', 'subname', ''), 57 (34, 7, 'Obsah', 'content_default', 'content_default', ''), 58 (35, 8, 'Nápověda', 'help', 'help', ''), 59 (36, 9, 'Text', 'Text', '', ''), 60 (38, 10, 'Výchozí obsah', 'content_default', 'content_default', ''), 61 (39, 10, 'Komentář', 'comment', 'comment', ''), 62 (40, 11, 'Výchozí obsah', 'content_default', 'content_default', ''), 63 (41, 11, 'Komentář', 'comment', 'comment', ''); 25 INSERT INTO `group_item` (`Id`, `Group`, `Name`, `Column`, `MangosColumn`, `AddonFileName`, `DBCColumnIndex`) VALUES 26 (1, 1, 'Titulek', 'Title', 'Title', '', 0), 27 (2, 1, 'Detaily', 'Details', 'Details', 'QuestDescription', 0), 28 (3, 1, 'Úkol', 'Objectives', 'Objectives', 'QuestObjective', 0), 29 (4, 1, 'Text slíbené odměny', 'OfferRewardText', 'OfferRewardText', 'QuestReward', 0), 30 (5, 1, 'Popis požadovaných předmětů', 'RequestItemsText', 'RequestItemsText', 'QuestProgress', 0), 31 (6, 1, 'Závěrečný text', 'EndText', 'EndText', '', 0), 32 (7, 1, 'Text úkolu 1', 'ObjectiveText1', 'ObjectiveText1', '', 0), 33 (8, 1, 'Text úkolu 2', 'ObjectiveText2', 'ObjectiveText2', '', 0), 34 (9, 1, 'Text úkolu 3', 'ObjectiveText3', 'ObjectiveText3', '', 0), 35 (10, 1, 'Text úkolu 4', 'ObjectiveText4', 'ObjectiveText4', '', 0), 36 (11, 2, 'Obsah', 'Text', 'Text', 'BookPage', 0), 37 (12, 3, 'Text 0.0', 'Text0_0', 'Text0_0', 'NPCText', 0), 38 (13, 3, 'Text 0.1', 'Text0_1', 'Text0_1', 'NPCAction', 0), 39 (14, 3, 'Text 1.0', 'Text1_0', 'Text1_0', '', 0), 40 (15, 3, 'Text 1.1', 'Text1_1', 'Text1_1', '', 0), 41 (16, 3, 'Text 2.0', 'Text2_0', 'Text2_0', '', 0), 42 (17, 3, 'Text 2.1', 'Text2_1', 'Text2_1', '', 0), 43 (18, 3, 'Text 3.0', 'Text3_0', 'Text3_0', '', 0), 44 (19, 3, 'Text 3.1', 'Text3_1', 'Text3_1', '', 0), 45 (20, 3, 'Text 4.0', 'Text4_0', 'Text4_0', '', 0), 46 (21, 3, 'Text 4.1', 'Text4_1', 'Text4_1', '', 0), 47 (22, 3, 'Text 5.0', 'Text5_0', 'Text5_0', '', 0), 48 (23, 3, 'Text 5.1', 'Text5_1', 'Text5_1', '', 0), 49 (24, 3, 'Text 6.0', 'Text6_0', 'Text6_0', '', 0), 50 (25, 3, 'Text 6.1', 'Text6_1', 'Text6_1', '', 0), 51 (26, 3, 'Text 7.0', 'Text7_0', 'Text7_0', '', 0), 52 (27, 3, 'Text 7.1', 'Text7_1', 'Text7_1', '', 0), 53 (28, 4, 'Jméno', 'Name', 'Name', '', 0), 54 (29, 4, 'Popis', 'Description', 'Description', '', 0), 55 (30, 5, 'Jméno', 'Name', 'Name', '', 0), 56 (31, 5, 'Popisek', 'castbarcaption', 'castbarcaption', '', 0), 57 (32, 6, 'Jméno', 'name', 'name', '', 0), 58 (33, 6, 'Druhé jméno', 'subname', 'subname', '', 0), 59 (34, 7, 'Obsah', 'content_default', 'content_default', '', 0), 60 (35, 8, 'Nápověda', 'help', 'help', '', 0), 61 (36, 9, 'Text', 'Text', '', '', 0), 62 (38, 10, 'Výchozí obsah', 'content_default', 'content_default', 'Creature', 0), 63 (39, 10, 'Komentář', 'comment', 'comment', '', 0), 64 (40, 11, 'Výchozí obsah', 'content_default', 'content_default', 'Creature', 0), 65 (41, 11, 'Komentář', 'comment', 'comment', '', 0), 66 (42, 12, 'Text', 'Text', '', '', 1), 67 (43, 13, 'Název', 'Name', '', '', 139), 68 (46, 13, 'Popis', 'Description', '', '', 173), 69 (44, 13, 'Hodnost', 'Rank', '', '', 156), 70 (45, 13, 'Popisek', 'ToolTip', '', '', 190);
Note:
See TracChangeset
for help on using the changeset viewer.