diff options
| author | Nyr <nyrdeveloper@gmail.com> | 2023-08-04 15:24:19 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-26 23:36:26 +0200 |
| commit | 07a03dd730db6febe61aaec7a411dce9961cabb8 (patch) | |
| tree | 50ecdaaa8a476e0c153770a29cd0ff6bf9fbd8f6 /sql | |
| parent | f5c65c3551f381d394035404c60ab62fa80b8240 (diff) | |
Scripts/Spells: Implement priest talent Light's Wrath
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_26_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_26_05_world.sql b/sql/updates/world/master/2023_08_26_05_world.sql new file mode 100644 index 00000000000..c1a0907578d --- /dev/null +++ b/sql/updates/world/master/2023_08_26_05_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_lights_wrath'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(373178, 'spell_pri_lights_wrath'); |
