diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-09-16 17:49:16 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-09-16 17:49:16 -0300 |
| commit | 2a262aad21f7f9205a49769fd39c207c7ff59768 (patch) | |
| tree | 0fe54e9498a616a90891d1cc142800d722d05b0f /sql/updates | |
| parent | 7d1d55124c1e289748d2afefae896c97f710e57b (diff) | |
Scripts/Quest: Script spell for quest "Fumping"
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_09_16_02_world_spell_script_names.sql | 4 |
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');
|
