aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-04-09 18:17:08 +0200
committerGitHub <noreply@github.com>2023-04-09 18:17:08 +0200
commitd6133c78de9e2272765c2cfda82c440663acd254 (patch)
tree8020362ccddedca339b275161190c90a483d2cd5 /sql
parentd0d9520aa979b426db2bec969f8b1ab3509b170c (diff)
Core/Units: Calculate HoverHeight from model data (#28899)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/9999_99_99_99_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/9999_99_99_99_world.sql b/sql/updates/world/master/9999_99_99_99_world.sql
new file mode 100644
index 00000000000..f9ed254f65d
--- /dev/null
+++ b/sql/updates/world/master/9999_99_99_99_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `creature_template` DROP COLUMN `HoverHeight`;