diff options
author | Naddley <NaddleyTC@gmail.com> | 2025-07-29 17:38:47 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2025-07-29 17:38:47 +0200 |
commit | 1981d72775aa08a8a5c3aa0f65c88d1f544313fe (patch) | |
tree | 6cc84ddf9975ef1433a47cb747c70e9ef994fe2c | |
parent | f956dd36c06e3b2912b26ef0ac1f43ea5539ec2a (diff) |
DB/Player: Update action buttons for Druid
Closes #31177
-rw-r--r-- | sql/updates/world/master/2025_07_29_06_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_06_world.sql b/sql/updates/world/master/2025_07_29_06_world.sql new file mode 100644 index 00000000000..5bd92e05f83 --- /dev/null +++ b/sql/updates/world/master/2025_07_29_06_world.sql @@ -0,0 +1,7 @@ +-- Class Druid +DELETE FROM `playercreateinfo_action` WHERE (`race`=4 AND `class`=11 AND `button`=10) OR (`race`=6 AND `class`=11 AND `button`=10) OR (`race`=8 AND `class`=11 AND `button`=10) OR (`race`=22 AND `class`=11 AND `button`=10); +INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES +(4, 11, 10, 1231411, 0), -- Recuperate +(6, 11, 10, 1231411, 0), -- Recuperate +(8, 11, 10, 1231411, 0), -- Recuperate +(22, 11, 10, 1231411, 0); -- Recuperate |