diff options
| author | megamage <none@none> | 2009-05-15 16:08:28 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-15 16:08:28 -0500 |
| commit | 5732b8c17034ab462a2082955637270c2c6e7f59 (patch) | |
| tree | 50edc126c20368a0b2824bb6cc693ec8cb94b3a6 | |
| parent | 03cfacb36132badf62413669ec7cf17a53e9fd6b (diff) | |
*Remove an unused file.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/latest.sql | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sql/updates/latest.sql b/sql/updates/latest.sql deleted file mode 100644 index 0a25eaefc46..00000000000 --- a/sql/updates/latest.sql +++ /dev/null @@ -1,13 +0,0 @@ -CREATE TABLE `spell_enchant_proc_data` ( - `entry` INT(10) UNSIGNED NOT NULL, - `customChance` INT(10) UNSIGNED NOT NULL DEFAULT '0', - `PPMChance` FLOAT UNSIGNED NOT NULL DEFAULT '0', - `procEx` FLOAT UNSIGNED NOT NULL DEFAULT '0' -) ENGINE=MYISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Spell enchant proc data'; - -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (2, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (12, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (524, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (1667, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (1668, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (2635, 0, 8.8,0); |
