aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2014-09-14 11:15:25 -0230
committerMalcrom <malcromdev@gmail.com>2014-09-14 11:15:25 -0230
commit716c2918d274c859297921c924a3e5aa9cd042f1 (patch)
treeec4163558d0ed5bbac2b67c6638433d7a5899b79 /sql
parent456deb68e95d7d720130e58797cfe9d538021a1a (diff)
Scripting/Spell Stand: Move this spell to spells generic.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_14_02_world_spellscriptnames.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_14_02_world_spellscriptnames.sql b/sql/updates/world/2014_09_14_02_world_spellscriptnames.sql
new file mode 100644
index 00000000000..96ebc93961f
--- /dev/null
+++ b/sql/updates/world/2014_09_14_02_world_spellscriptnames.sql
@@ -0,0 +1 @@
+UPDATE `spell_script_names` SET `ScriptName`= 'spell_gen_stand' WHERE `spell_id`=37752;