Ignore:
Timestamp:
Jan 24, 2008, 9:04:39 PM (17 years ago)
Author:
maron
Message:

Pokyny hlasování, odkaz na verze textů, struktura

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/structure/npc_text.sql

    r251 r262  
    2323  `ID` int(11) unsigned NOT NULL auto_increment,
    2424  `entry` int(11) NOT NULL,
    25   `text0_0` longtext,
    26   `text0_1` longtext,
    27   `text1_0` longtext,
    28   `text1_1` longtext,
    29   `text2_0` longtext,
    30   `text2_1` longtext,
    31   `text3_0` longtext,
    32   `text3_1` longtext,
    33   `text4_0` longtext,
    34   `text4_1` longtext,
    35   `text5_0` longtext,
    36   `text5_1` longtext,
    37   `text6_0` longtext,
    38   `text6_1` longtext,
    39   `text7_0` longtext,
    40   `text7_1` longtext,
     25  `text0_0` text character set latin2 collate latin2_czech_cs,
     26  `text0_1` text character set latin2 collate latin2_czech_cs,
     27  `text1_0` text character set latin2 collate latin2_czech_cs,
     28  `text1_1` text character set latin2 collate latin2_czech_cs,
     29  `text2_0` text character set latin2 collate latin2_czech_cs,
     30  `text2_1` text character set latin2 collate latin2_czech_cs,
     31  `text3_0` text character set latin2 collate latin2_czech_cs,
     32  `text3_1` text character set latin2 collate latin2_czech_cs,
     33  `text4_0` text character set latin2 collate latin2_czech_cs,
     34  `text4_1` text character set latin2 collate latin2_czech_cs,
     35  `text5_0` text character set latin2 collate latin2_czech_cs,
     36  `text5_1` text character set latin2 collate latin2_czech_cs,
     37  `text6_0` text character set latin2 collate latin2_czech_cs,
     38  `text6_1` text character set latin2 collate latin2_czech_cs,
     39  `text7_0` text character set latin2 collate latin2_czech_cs,
     40  `text7_1` text character set latin2 collate latin2_czech_cs,
    4141  `Language` int(11) NOT NULL default '0',
    4242  `Vote` float NOT NULL,
     
    4949  KEY `User` (`User`),
    5050  KEY `Take` (`Take`)
    51 ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16777217 ;
     51) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16777220 ;
    5252
    5353/*Data for the table `npc_text` */
Note: See TracChangeset for help on using the changeset viewer.