diff options
| author | ccrs <crs_92_19@hotmail.com> | 2016-02-09 00:05:41 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-05 18:36:57 +0200 |
| commit | 7672ca194552704eacf0fa49c7c28e91ade64399 (patch) | |
| tree | b3acd2f026814b8a15a079c890a92b2bf475b09e /sql | |
| parent | 7905733a50c0855f1598a91c78241e5aa46f1b8d (diff) | |
Core/Spells: Rogue Honor Among Thieves
(cherry picked from commit 983bbe4a4c28ee0eda19daa3ab8b713a99ffa00d)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql b/sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql new file mode 100644 index 00000000000..a4fb9987c6a --- /dev/null +++ b/sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql @@ -0,0 +1,4 @@ +-- Honor among thieves +DELETE FROM `spell_script_names` WHERE `scriptname` = 'spell_rog_honor_among_thieves'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(51701, 'spell_rog_honor_among_thieves'); |
