# MySQL-Front Dump 1.16 beta # # Host: localhost Database: planeshift #-------------------------------------------------------- # Server version 3.23.52-max-nt # # Table structure for table 'spell_glyphs' # CREATE TABLE spell_glyphs ( spell_id int(8) unsigned NOT NULL DEFAULT '0' , item_id int(10) unsigned NOT NULL DEFAULT '0' , position tinyint(3) unsigned DEFAULT '0' , PRIMARY KEY (spell_id,item_id), UNIQUE (spell_id, position) ); # # Dumping data for table 'spell_glyphs' # INSERT INTO spell_glyphs VALUES("1","13","0"); #Arrow INSERT INTO spell_glyphs VALUES("2","15","0"); #Energy INSERT INTO spell_glyphs VALUES("3","14","0"); #Door INSERT INTO spell_glyphs VALUES("4","16","0"); #Faith INSERT INTO spell_glyphs VALUES("5","47","0"); #Summon INSERT INTO spell_glyphs VALUES("5","44","1"); #Creature