aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsleyder1985 <220776039+Osleyder1985@users.noreply.github.com>2025-07-29 17:38:02 +0200
committerNaddley <NaddleyTC@gmail.com>2025-07-29 17:38:06 +0200
commitf956dd36c06e3b2912b26ef0ac1f43ea5539ec2a (patch)
treeb7030326b5e3c2c7bbe1e1ab263bf39e8e32cd39
parentef6df8b236b21fed85bcfef9375b412f92212c90 (diff)
DB/Player: Update action buttons for Paladin
Closes #31176
-rw-r--r--sql/updates/world/master/2025_07_29_05_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_05_world.sql b/sql/updates/world/master/2025_07_29_05_world.sql
new file mode 100644
index 00000000000..bcddf880b13
--- /dev/null
+++ b/sql/updates/world/master/2025_07_29_05_world.sql
@@ -0,0 +1,8 @@
+-- Class Paladin
+DELETE FROM `playercreateinfo_action` WHERE (`race`=1 AND `class`=2 AND `button`=10) OR (`race`=3 AND `class`=2 AND `button`=10) OR (`race`=6 AND `class`=2 AND `button`=10) OR (`race`=10 AND `class`=2 AND `button`=10) OR (`race`=11 AND `class`=2 AND `button`=10);
+INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
+(1, 2, 10, 1231411, 0), -- Recuperate
+(3, 2, 10, 1231411, 0), -- Recuperate
+(6, 2, 10, 1231411, 0), -- Recuperate
+(10, 2, 10, 1231411, 0), -- Recuperate
+(11, 2, 10, 1231411, 0); -- Recuperate