aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-12-04 15:07:36 +0100
committerShauren <shauren.trinity@gmail.com>2022-12-04 15:07:36 +0100
commitde7c03c8385780f05530c2b3cf952a712d5f8f00 (patch)
treefcc0a08266c4f9b9a444ce5086988430b954707b /sql/updates
parent943e37f208681f92d38ddff0bc4b2b731676cb50 (diff)
Core/Spells: Extended mechanic mask to uint64
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_12_16_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_12_16_00_world.sql b/sql/updates/world/master/2022_12_16_00_world.sql
new file mode 100644
index 00000000000..d6acc6310b0
--- /dev/null
+++ b/sql/updates/world/master/2022_12_16_00_world.sql
@@ -0,0 +1,5 @@
+--
+-- Table structure for table `creature_template`
+--
+ALTER TABLE `creature_template` MODIFY `mechanic_immune_mask` bigint unsigned NOT NULL DEFAULT 0;
+