[6812] Implement localization of creature/gameobject name that say/yell.
[getmangos.git] / sql / updates / 2008_10_27_02_mangos_locales_npc_option.sql
blob172e35a242ad11952c1bd3677c33a8a08b8bdbaf
1 CREATE TABLE `locales_npc_option` (
2   `entry` mediumint(8) unsigned NOT NULL default '0',
3   `option_text_loc1` text,
4   `option_text_loc2` text,
5   `option_text_loc3` text,
6   `option_text_loc4` text,
7   `option_text_loc5` text,
8   `option_text_loc6` text,
9   `option_text_loc7` text,
10   `option_text_loc8` text,
11   `box_text_loc1` text,
12   `box_text_loc2` text,
13   `box_text_loc3` text,
14   `box_text_loc4` text,
15   `box_text_loc5` text,
16   `box_text_loc6` text,
17   `box_text_loc7` text,
18   `box_text_loc8` text,
19   PRIMARY KEY  (`entry`)
20 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;