aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2019_07_28_02_world_2017_02_21_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_28_02_world_2017_02_21_02_world.sql b/sql/updates/world/master/2019_07_28_02_world_2017_02_21_02_world.sql
new file mode 100644
index 00000000000..fa0f11d7f80
--- /dev/null
+++ b/sql/updates/world/master/2019_07_28_02_world_2017_02_21_02_world.sql
@@ -0,0 +1,6 @@
+ALTER TABLE `spell_enchant_proc_data`
+ CHANGE `entry` `EnchantID` int(10) UNSIGNED NOT NULL,
+ CHANGE `customChance` `Chance` float DEFAULT '0' NOT NULL,
+ CHANGE `PPMChance` `ProcsPerMinute` float DEFAULT '0' NOT NULL,
+ CHANGE `procEx` `HitMask` int(10) UNSIGNED DEFAULT '0' NOT NULL,
+ ADD COLUMN `AttributesMask` int(10) UNSIGNED DEFAULT '0' NOT NULL AFTER `HitMask`;