gameobject_involvedrelation.sql from chronosdb at Krugle
Show gameobject_involvedrelation.sql syntax highlighted
SET NAMES latin1;
SET FOREIGN_KEY_CHECKS = 0;
CREATE TABLE `gameobject_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`,`quest`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
insert into `gameobject_involvedrelation` values('0','9106'),
('31','94'),
('33','3481'),
('34','139'),
('35','136'),
('36','138'),
('55','37'),
('56','45'),
('59','95'),
('61','231'),
('76','248'),
('257','250'),
('257','280'),
('259','285'),
('261','281'),
('261','4861'),
('269','310'),
('287','200'),
('288','328'),
('1561','72'),
('1562','75'),
('1593','438'),
('1599','460'),
('1627','477'),
('1728','524'),
('2076','584'),
('2076','585'),
('2076','586'),
('2083','595'),
('2553','625'),
('2556','624'),
('2556','626'),
('2652','631'),
('2701','642'),
('2702','651'),
('2703','645'),
('2704','633'),
('2715','2946'),
('2715','2954'),
('2715','2966'),
('2734','321'),
('2875','738'),
('2908','749'),
('2933','779'),
('2933','795'),
('3525','924'),
('3525','926'),
('3643','67'),
('3644','849'),
('4141','894'),
('4141','900'),
('4141','901'),
('10076','944'),
('17182','983'),
('17183','1001'),
('17184','1002'),
('17185','1003'),
('19024','1028'),
('19030','1043'),
('19547','1086'),
('19599','1089'),
('20725','1154'),
('20969','6041'),
('24776','264'),
('32569','1393'),
('35251','1454'),
('50961','1437'),
('63674','1520'),
('89931','1714'),
('102986','1884'),
('112888','461'),
('112948','290'),
('113791','63'),
('113791','972'),
('124371','652'),
('131474','2278'),
('138492','635'),
('138492','636'),
('138492','656'),
('142071','2741'),
('142151','284'),
('142184','140'),
('142195','2902'),
('142487','2945'),
('142487','2951'),
('142487','2953'),
('142487','4601'),
('142487','4602'),
('142487','4605'),
('142715','2936'),
('144063','2942'),
('144067','2988'),
('144070','2994'),
('148498','3372'),
('148504','3913'),
('148512','3373'),
('148836','3446'),
('148838','3447'),
('149047','3454'),
('160839','3825'),
('161504','3844'),
('164869','4083'),
('164885','4119'),
('164886','2523'),
('164887','4343'),
('164888','4117'),
('164953','4135'),
('164955','4285'),
('164955','4381'),
('164955','4385'),
('164956','4288'),
('164956','4383'),
('164956','4384'),
('164957','4287'),
('164957','4382'),
('164957','4386'),
('171939','4465'),
('171942','4464'),
('173265','4449'),
('173265','4451'),
('173284','4443'),
('173324','4447'),
('173327','4115'),
('174595','3363'),
('174596','4113'),
('174597','4114'),
('174598','4116'),
('174599','4221'),
('174600','4222'),
('174601','4403'),
('174602','996'),
('174603','998'),
('174604','4466'),
('174605','4444'),
('174606','4445'),
('174607','4446'),
('174608','4448'),
('174684','4462'),
('174686','4461'),
('174708','4467'),
('174709','1514'),
('174712','4118'),
('174713','4401'),
('174848','4561'),
('175084','4603'),
('175085','4604'),
('175085','4606'),
('175124','4734'),
('175382','7486'),
('175524','4812'),
('175586','4863'),
('175924','5060'),
('175925','5059'),
('175926','5058'),
('175927','5063'),
('175927','5067'),
('175927','5068'),
('176091','5084'),
('176192','5164'),
('176317','5265'),
('176631','5463'),
('176944','2882'),
('177490','5904'),
('177491','5902'),
('177544','5942'),
('177675','6024'),
('177786','6161'),
('177926','6381'),
('179517','7462'),
('179517','7877'),
('179544','7481'),
('179544','7482'),
('179880','7761'),
('189999','1193');
SET FOREIGN_KEY_CHECKS = 1;
See more files for this project here