From 268e0bea184ef8dc8d56c9f4baccb876ed245db4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 9 Mar 2019 16:09:21 +0100 Subject: Core/Disables: Implement SPELL_DISABLE_ARENAS (#23103) * Core/Disables: Implement SPELL_DISABLE_ARENAS and SPELL_DISABLE_BATTLEGROUNDS By fredimachado (cherry picked from commit 73d2e5da37aa23cd439f1048bce9e28d483a4c27) --- sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql b/sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql new file mode 100644 index 00000000000..9763c266edb --- /dev/null +++ b/sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `disables` CHANGE `flags` `flags` SMALLINT(5) NOT NULL; -- cgit v1.2.3