diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-08-26 21:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 21:04:36 +0200 |
| commit | 4118d0bbd83ec5dd8a10b4178360c8a5b9e573ef (patch) | |
| tree | 2aca11cdf661727c844638ed5f1e64bbb2027d3f /sql | |
| parent | 772ba03939cec66c5e34c8afd885df43f596f649 (diff) | |
Spells/Spells: Implement rogue talent Prey on the Weak (#29206)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_26_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_26_03_world.sql b/sql/updates/world/master/2023_08_26_03_world.sql new file mode 100644 index 00000000000..b62fa077a43 --- /dev/null +++ b/sql/updates/world/master/2023_08_26_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_prey_on_the_weak'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(408, 'spell_rog_prey_on_the_weak'), +(1833, 'spell_rog_prey_on_the_weak'); |
