diff options
| author | Souler <soulerhyd@gmail.com> | 2012-02-01 16:02:58 +0100 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2012-02-01 16:02:58 +0100 |
| commit | eef0c61bbf287574ceba1e404ce897fc30ccc36e (patch) | |
| tree | d1f68e6049f3200f1e965caccfa7a0876f57ed00 /sql/updates/world | |
| parent | 9b524b43fae3521c0fc0c606b19af80cc12e39a1 (diff) | |
Script/Spells: Solve problems with argent tournament spells
- Including cleanup in spell_generic
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2012_02_01_00_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_01_00_world_misc.sql b/sql/updates/world/2012_02_01_00_world_misc.sql new file mode 100644 index 00000000000..e137f7a8238 --- /dev/null +++ b/sql/updates/world/2012_02_01_00_world_misc.sql @@ -0,0 +1,5 @@ +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=9798 AND `type`=6; + +DELETE FROM `spell_script_names` WHERE `spell_id`=63399; +INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES +(63399, 'spell_gen_tournament_pennant'); |
