From 7672ca194552704eacf0fa49c7c28e91ade64399 Mon Sep 17 00:00:00 2001 From: ccrs Date: Tue, 9 Feb 2016 00:05:41 +0100 Subject: Core/Spells: Rogue Honor Among Thieves (cherry picked from commit 983bbe4a4c28ee0eda19daa3ab8b713a99ffa00d) --- sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_04_05_05_world_2016_02_10_04_world.sql (limited to 'sql') 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'); -- cgit v1.2.3