aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-09-16 17:49:16 -0300
committerNyeriah <sarah.trysan@live.com>2014-09-16 17:49:16 -0300
commit2a262aad21f7f9205a49769fd39c207c7ff59768 (patch)
tree0fe54e9498a616a90891d1cc142800d722d05b0f /sql
parent7d1d55124c1e289748d2afefae896c97f710e57b (diff)
Scripts/Quest: Script spell for quest "Fumping"
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_16_02_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_16_02_world_spell_script_names.sql b/sql/updates/world/2014_09_16_02_world_spell_script_names.sql
new file mode 100644
index 00000000000..de211bdc88d
--- /dev/null
+++ b/sql/updates/world/2014_09_16_02_world_spell_script_names.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `spell_id` = 39238;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(39238, 'spell_q10929_fumping');