aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOsleyder1985 <220776039+Osleyder1985@users.noreply.github.com>2025-07-29 17:35:03 +0200
committerNaddley <NaddleyTC@gmail.com>2025-07-29 17:35:05 +0200
commitf56ed07b650d304e70548a4685a4d6ee837a96a1 (patch)
tree43c175595882a1239dcd775dd7f3e30d473b3201 /sql
parent2d0d1a95634624f09bdfb085b1f5e22cc49e3a9e (diff)
DB/Player: Update action buttons for Warlock
Closes #31161
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_07_29_01_world.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_01_world.sql b/sql/updates/world/master/2025_07_29_01_world.sql
new file mode 100644
index 00000000000..50511e50cf0
--- /dev/null
+++ b/sql/updates/world/master/2025_07_29_01_world.sql
@@ -0,0 +1,15 @@
+-- Class Warlock
+DELETE FROM `playercreateinfo_action` WHERE (`race`=1 AND `class`=9 AND `button`=10) OR (`race`=2 AND `class`=9 AND `button`=10) OR (`race`=3 AND `class`=9 AND `button`=10) OR (`race`=4 AND `class`=9 AND `button`=10) OR (`race`=5 AND `class`=9 AND `button`=10) OR (`race`=6 AND `class`=9 AND `button`=10) OR (`race`=7 AND `class`=9 AND `button`=10) OR (`race`=8 AND `class`=9 AND `button`=10) OR (`race`=9 AND `class`=9 AND `button`=11) OR (`race`=10 AND `class`=9 AND `button`=10) OR (`race`=11 AND `class`=9 AND `button`=10) OR (`race`=22 AND `class`=9 AND `button`=10);
+INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
+(1, 9, 10, 1231411, 0), -- Recuperate
+(2, 9, 10, 1231411, 0), -- Recuperate
+(3, 9, 10, 1231411, 0), -- Recuperate
+(4, 9, 10, 1231411, 0), -- Recuperate
+(5, 9, 10, 1231411, 0), -- Recuperate
+(6, 9, 10, 1231411, 0), -- Recuperate
+(7, 9, 10, 1231411, 0), -- Recuperate
+(8, 9, 10, 1231411, 0), -- Recuperate
+(9, 9, 11, 1231411, 0), -- Recuperate
+(10, 9, 10, 1231411, 0), -- Recuperate
+(11, 9, 10, 1231411, 0), -- Recuperate
+(22, 9, 10, 1231411, 0); -- Recuperate