diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-08-27 18:21:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 18:21:35 +0200 |
| commit | 3b7a31fc81b43116781622f67257f71a0405aebb (patch) | |
| tree | 3bf4955af6215d3dfaca32dbaa33aa92313e0ec3 /sql | |
| parent | 150ba27eb125c3628251641e899f9fbe130d41d2 (diff) | |
Scripts/Spells: Implement priest talent Abyssal Reverie (#29214)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_27_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_27_00_world.sql b/sql/updates/world/master/2023_08_27_00_world.sql new file mode 100644 index 00000000000..e4dea8c4fed --- /dev/null +++ b/sql/updates/world/master/2023_08_27_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_abyssal_reverie'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(81751, 'spell_pri_abyssal_reverie'); |
