aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-11-16 10:32:27 +0100
committerOvahlord <dreadkiller@gmx.de>2023-11-16 10:51:59 +0100
commit9dd8ced81c21af34c3b578b66768f04701b23a44 (patch)
tree76b29dcc69e335b87df3e05fceff9429237a8e68 /sql/updates
parent59af16fd047fe3f5c2857b1a17705f0ddc9e6a1d (diff)
Core/Players: fixed structure of CMSG_SET_ACTION_BUTTON and downgraded player actions
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/characters/3.4.x/2023_11_16_00_characters.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/characters/3.4.x/2023_11_16_00_characters.sql b/sql/updates/characters/3.4.x/2023_11_16_00_characters.sql
new file mode 100644
index 00000000000..f770c867236
--- /dev/null
+++ b/sql/updates/characters/3.4.x/2023_11_16_00_characters.sql
@@ -0,0 +1 @@
+ALTER TABLE `character_action` MODIFY `action` int unsigned NOT NULL DEFAULT 0;