aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-03-09 16:09:21 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-24 21:20:46 +0100
commit268e0bea184ef8dc8d56c9f4baccb876ed245db4 (patch)
treeb37002276536b881af99fe66988236783ffa5349 /sql
parent1c44a5dc7a8649d7de1238be2618e3602ede2b75 (diff)
Core/Disables: Implement SPELL_DISABLE_ARENAS (#23103)
* Core/Disables: Implement SPELL_DISABLE_ARENAS and SPELL_DISABLE_BATTLEGROUNDS By fredimachado (cherry picked from commit 73d2e5da37aa23cd439f1048bce9e28d483a4c27)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_24_30_world_2019_03_09_01_world.sql2
1 files changed, 2 insertions, 0 deletions
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;