diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-13 13:47:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 13:47:51 +0100 |
| commit | 66e200da242b033b1a3470236d42dcbad8b42f34 (patch) | |
| tree | aaa78774fc680a881e2526b89d9c4335e15783d8 /sql | |
| parent | faf8efc25d4bb088fc263accba2721ac29efc80a (diff) | |
Scripts/Spells: Implement monk talent "Pressure Points" with Paralysis (#30594)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_13_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_13_01_world.sql b/sql/updates/world/master/2025_01_13_01_world.sql new file mode 100644 index 00000000000..9e1dafefe86 --- /dev/null +++ b/sql/updates/world/master/2025_01_13_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_pressure_points'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(115078, 'spell_monk_pressure_points'); |
