diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-13 13:53:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 13:53:17 +0100 |
| commit | bd8b4398665f007c3439a1889835dc0b46479d1b (patch) | |
| tree | 9d06c4ed95396ead4c49d9087448cd028e0423d1 /sql | |
| parent | 66e200da242b033b1a3470236d42dcbad8b42f34 (diff) | |
Scripts/Spells: Implement monk talent "Jade Walk" (#30593)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_13_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_13_02_world.sql b/sql/updates/world/master/2025_01_13_02_world.sql new file mode 100644 index 00000000000..aa04a2273ef --- /dev/null +++ b/sql/updates/world/master/2025_01_13_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_jade_walk'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(450553, 'spell_monk_jade_walk'); |
