diff options
| author | L30m4nc3r <L30m4nc3r@trinitycore.contributor> | 2011-07-15 18:45:42 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-15 18:45:42 +0700 |
| commit | 52afb27efa49c6cd88561c97b49382b23cacea25 (patch) | |
| tree | fc683cffb208e1b82e8b2df035ef9b8ebc4b8c51 /sql | |
| parent | 1e3c23a4e8de3ea1ee99d159f0ca34c9cc055ed3 (diff) | |
Core/Misc: Fix typo in Corpse Explosion code
Closes #2310
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_07_15_00_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_15_00_world_spell_script_names.sql b/sql/updates/world/2011_07_15_00_world_spell_script_names.sql new file mode 100644 index 00000000000..0afcbebe864 --- /dev/null +++ b/sql/updates/world/2011_07_15_00_world_spell_script_names.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `ScriptName` = 'spell_dk_ghoul_explode' WHERE `spell_id` = 47496; |
