diff options
author | Osleyder1985 <220776039+Osleyder1985@users.noreply.github.com> | 2025-07-29 17:36:32 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2025-07-29 17:36:36 +0200 |
commit | e6af8e15344fdfb1f6f6fa00e6f674a6db8381e0 (patch) | |
tree | 4e5afc1de8b274cdf89e89a3f3b010b21801e53e | |
parent | 7ca4e96f0d1d076c662d503cca1bfeb9b1648612 (diff) |
DB/Player: Update action buttons for Shaman
Closes #31174
-rw-r--r-- | sql/updates/world/master/2025_07_29_03_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_03_world.sql b/sql/updates/world/master/2025_07_29_03_world.sql new file mode 100644 index 00000000000..7c23d2ead89 --- /dev/null +++ b/sql/updates/world/master/2025_07_29_03_world.sql @@ -0,0 +1,14 @@ +-- Class Shaman +DELETE FROM `playercreateinfo_action` WHERE (`race`=2 AND `class`=7 AND `button`=10) OR (`race`=3 AND `class`=7 AND `button`=10) OR (`race`=6 AND `class`=7 AND `button`=10) OR (`race`=8 AND `class`=7 AND `button`=10) OR (`race`=9 AND `class`=7 AND `button`=11) OR (`race`=11 AND `class`=7 AND `button`=10) OR (`race`=24 AND `class`=7 AND `button`=10) OR (`race`=28 AND `class`=7 AND `button`=7) OR (`race`=35 AND `class`=7 AND `button`=7) OR (`race`=36 AND `class`=7 AND `button`=7) OR (`race`=36 AND `class`=7 AND `button`=8); +INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES +(2, 7, 10, 1231411, 0), -- Recuperate +(3, 7, 10, 1231411, 0), -- Recuperate +(6, 7, 10, 1231411, 0), -- Recuperate +(8, 7, 10, 1231411, 0), -- Recuperate +(9, 7, 11, 1231411, 0), -- Recuperate +(11, 7, 10, 1231411, 0), -- Recuperate +(24, 7, 10, 1231411, 0), -- Recuperate +(28, 7, 7, 2645, 0), -- Ghost Wolf +(35, 7, 7, 2645, 0), -- Ghost Wolf +(36, 7, 7, 2645, 0), -- Ghost Wolf +(36, 7, 8, 8004, 0); -- Healing Surge |