diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2025-01-14 13:28:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 13:28:17 +0100 |
| commit | 1366ab9445206532dfea1154ebd4c2466ff65100 (patch) | |
| tree | dcb5d6c26778beae16c3c566731f520dd2209478 /sql | |
| parent | b4580e2b03eaaae70167068512733b5fcd4c1744 (diff) | |
Scripts/Spells: Implemented priest talent Assured Safety (#30572)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_14_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_14_03_world.sql b/sql/updates/world/master/2025_01_14_03_world.sql new file mode 100644 index 00000000000..2dcef10a99b --- /dev/null +++ b/sql/updates/world/master/2025_01_14_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` ='spell_pri_assured_safety'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(17, 'spell_pri_assured_safety'); |
