diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-02-10 14:31:31 +0100 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-02-10 14:31:31 +0100 |
| commit | 7299c519b0c0cb15bb0677b320266e669040d39f (patch) | |
| tree | 33e0956bd564f0cbc68781521d26b877a27c2f5f /sql | |
| parent | bb9f5bda8bb39779ecdbd043a446174e29fe4799 (diff) | |
| parent | 983bbe4a4c28ee0eda19daa3ab8b713a99ffa00d (diff) | |
Merge remote-tracking branch 'ccrs/roguehonor' into 3.3.5 (PR #16512)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_10_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_10_04_world.sql b/sql/updates/world/2016_02_10_04_world.sql new file mode 100644 index 00000000000..1349b83f442 --- /dev/null +++ b/sql/updates/world/2016_02_10_04_world.sql @@ -0,0 +1,6 @@ +-- Honor among thieves +DELETE FROM `spell_script_names` WHERE `scriptname` = 'spell_rog_honor_among_thieves'; +DELETE FROM `spell_script_names` WHERE `scriptname` = 'spell_rog_honor_among_thieves_proc'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-51698, 'spell_rog_honor_among_thieves'), +(52916, 'spell_rog_honor_among_thieves_proc'); |
