aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_06_18_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_18_01_world.sql b/sql/updates/world/master/2023_06_18_01_world.sql
new file mode 100644
index 00000000000..31ce20f3f96
--- /dev/null
+++ b/sql/updates/world/master/2023_06_18_01_world.sql
@@ -0,0 +1,5 @@
+ALTER TABLE `creature_template`
+ DROP COLUMN `dynamicflags`;
+
+ALTER TABLE `creature`
+ DROP COLUMN `dynamicflags`;