aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOsleyder1985 <220776039+Osleyder1985@users.noreply.github.com>2025-07-29 17:41:52 +0200
committerNaddley <NaddleyTC@gmail.com>2025-07-29 17:41:56 +0200
commite203a3bad75432ef0b067b9a4c10844f6dad77df (patch)
treeb5a82305ec266da51b4cd32db4aca053547378b2 /sql/updates
parent45fc0789af0df09628b7585aa16e83df3dfc3c6b (diff)
DB/Player: Update action button for Priest
Closes #31179
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_07_29_09_world.sql16
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_09_world.sql b/sql/updates/world/master/2025_07_29_09_world.sql
new file mode 100644
index 00000000000..9b8aadebcd5
--- /dev/null
+++ b/sql/updates/world/master/2025_07_29_09_world.sql
@@ -0,0 +1,16 @@
+-- Class Priest
+DELETE FROM `playercreateinfo_action` WHERE (`race`=1 AND `class`=5 AND `button`=10) OR (`race`=2 AND `class`=5 AND `button`=10) OR (`race`=3 AND `class`=5 AND `button`=10) OR (`race`=4 AND `class`=5 AND `button`=10) OR (`race`=5 AND `class`=5 AND `button`=10) OR (`race`=6 AND `class`=5 AND `button`=10) OR (`race`=7 AND `class`=5 AND `button`=10) OR (`race`=8 AND `class`=5 AND `button`=10) OR (`race`=9 AND `class`=5 AND `button`=11) OR (`race`=10 AND `class`=5 AND `button`=10) OR (`race`=11 AND `class`=5 AND `button`=10) OR (`race`=22 AND `class`=5 AND `button`=10) OR (`race`=24 AND `class`=5 AND `button`=10);
+INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
+(1, 5, 10, 1231411, 0), -- Recuperate
+(2, 5, 10, 1231411, 0), -- Recuperate
+(3, 5, 10, 1231411, 0), -- Recuperate
+(4, 5, 10, 1231411, 0), -- Recuperate
+(5, 5, 10, 1231411, 0), -- Recuperate
+(6, 5, 10, 1231411, 0), -- Recuperate
+(7, 5, 10, 1231411, 0), -- Recuperate
+(8, 5, 10, 1231411, 0), -- Recuperate
+(9, 5, 11, 1231411, 0), -- Recuperate
+(10, 5, 10, 1231411, 0), -- Recuperate
+(11, 5, 10, 1231411, 0), -- Recuperate
+(22, 5, 10, 1231411, 0), -- Recuperate
+(24, 5, 10, 1231411, 0); -- Recuperate