aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2021-10-16 01:17:47 +0200
committerGitHub <noreply@github.com>2021-10-16 01:17:47 +0200
commit68c2fc8ff58d9ad272e8e17391a6bb6c3743923b (patch)
tree85740e804fd85a94634ee6295e378e674eb920ba /sql/updates/characters
parent82b3a409db4dfe689c84234f3ae427369325bf0b (diff)
Core/Characters: Made homebind location a WorldLocation (this implicitly adds orientation) (#27055)
Diffstat (limited to 'sql/updates/characters')
-rw-r--r--sql/updates/characters/master/2021_10_16_00_characters.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/characters/master/2021_10_16_00_characters.sql b/sql/updates/characters/master/2021_10_16_00_characters.sql
new file mode 100644
index 00000000000..b92c1b58ac0
--- /dev/null
+++ b/sql/updates/characters/master/2021_10_16_00_characters.sql
@@ -0,0 +1,2 @@
+--
+ALTER TABLE `character_homebind` ADD `orientation` float NOT NULL DEFAULT '0' AFTER `posZ`;