From de7c03c8385780f05530c2b3cf952a712d5f8f00 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 4 Dec 2022 15:07:36 +0100 Subject: Core/Spells: Extended mechanic mask to uint64 --- sql/updates/world/master/2022_12_16_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2022_12_16_00_world.sql (limited to 'sql') 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; + -- cgit v1.2.3