diff options
| author | DoctorKraft <david.serdobbel.bizness@gmail.com> | 2017-02-02 18:19:08 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-02-02 18:19:08 +0100 |
| commit | 8aa07daff38b2f006b5f4b648bb1eea37fe633d7 (patch) | |
| tree | 3379631b3612d74f96bc0a86c4f60ac05e611856 /sql | |
| parent | 9850e1eef65ff8058eba651e49241011165ac251 (diff) | |
Core/Spells: Divine Steed (#19027)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/9999_99_99_99_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/9999_99_99_99_world.sql b/sql/updates/world/master/9999_99_99_99_world.sql new file mode 100644 index 00000000000..218232fe696 --- /dev/null +++ b/sql/updates/world/master/9999_99_99_99_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_divine_steed'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +('190784', 'spell_pal_divine_steed'); |
