diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-09-03 10:03:21 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-09-03 10:03:21 +0200 |
| commit | f15704d22be0d829ab59dfcd0f2e8ca229af3a1a (patch) | |
| tree | 4009a2aa21f75fad811bc5717115b2c221313301 /sql | |
| parent | d4df023e625776b184eb6e2a781a50eccbe5f113 (diff) | |
Some missed things
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_09_02_02_world_spell_script_names.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_02_02_world_spell_script_names.sql b/sql/updates/world/2011_09_02_02_world_spell_script_names.sql new file mode 100644 index 00000000000..b95cd2c17d6 --- /dev/null +++ b/sql/updates/world/2011_09_02_02_world_spell_script_names.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rotface_mutated_infection'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(69674,'spell_rotface_mutated_infection'), +(71224,'spell_rotface_mutated_infection'), +(73022,'spell_rotface_mutated_infection'), +(73023,'spell_rotface_mutated_infection'); |
