diff options
| author | click <none@none> | 2010-11-17 00:05:20 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-17 00:05:20 +0100 |
| commit | 8806a3efdbf073bba0daf931426176230d5a82ac (patch) | |
| tree | 608cef7ff8628cf39fa60064ba4f8b7d505037c5 /sql/updates | |
| parent | c1614bc0f39b079807d7df066b950eb2dfb44240 (diff) | |
Core/Script: Add spellscript for Earthbind totem spell (patch by Socolin)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10462_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10462_world_spell_script_names.sql b/sql/updates/10462_world_spell_script_names.sql new file mode 100644 index 00000000000..e35527f9c50 --- /dev/null +++ b/sql/updates/10462_world_spell_script_names.sql @@ -0,0 +1 @@ +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (6474, 'spell_sha_earthbind_totem'); |
