diff options
| author | aquadeus <95978183+aquadeus@users.noreply.github.com> | 2021-12-19 11:53:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-19 11:53:17 +0100 |
| commit | 07015cc0525c7bd4ceaf513324d7b8c8aebcf25e (patch) | |
| tree | aa9dda5d57c7e0cf969ce2ef804ba00879209325 /sql/updates | |
| parent | 57504662593559fd7673b3c49ff9f95f2e28fc37 (diff) | |
Scripts/Spells: Fix paladin talent Eye for an Eye (#27426)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_12_19_00_world_paladin_eye_for_an_eye.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_19_00_world_paladin_eye_for_an_eye.sql b/sql/updates/world/master/2021_12_19_00_world_paladin_eye_for_an_eye.sql new file mode 100644 index 00000000000..9ecf746a656 --- /dev/null +++ b/sql/updates/world/master/2021_12_19_00_world_paladin_eye_for_an_eye.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_eye_for_an_eye'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(205191,'spell_pal_eye_for_an_eye'); |
