[1207] Removed SQL project (deprecated).
[mangos-git.git] / sql / creatureloot.sql
blob934f69ef050624a5c3aef226233f77ee14b3993e
1 -- phpMyAdmin SQL Dump
2 -- version 2.6.2
3 -- http://www.phpmyadmin.net
4 -- 
5 -- Host: localhost
6 -- Generation Time: Sep 10, 2005 at 12:20 PM
7 -- Server version: 4.1.12
8 -- PHP Version: 5.0.4
9 -- 
10 -- Database: `mangos`
11 -- 
13 -- --------------------------------------------------------
15 -- 
16 -- Table structure for table `creatureloot`
17 -- 
18 -- Creation: Sep 10, 2005 at 12:02 PM
19 -- Last update: Sep 10, 2005 at 12:02 PM
20 -- 
22 DROP TABLE IF EXISTS `creatureloot`;
23 CREATE TABLE IF NOT EXISTS `creatureloot` (
24   `entryid` int(11) NOT NULL default '0',
25   `itemid` int(11) NOT NULL default '0',
26   `percentchance` float default NULL,
27   PRIMARY KEY  (`entryid`,`itemid`)
28 ) TYPE=MyISAM;