diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-30 18:27:34 +0100 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-30 18:27:34 +0100 |
| commit | ddb6c95042b5fc5ca424f821a90bc370a977dc5e (patch) | |
| tree | c009cf7a38e011eff7728520d4d1950e2d37f9ad /sql | |
| parent | d6aee0862147e41764d35f982fc387d780c42c5b (diff) | |
Core/Spells: Convert Replenishment in spell script
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_11_30_00_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_30_00_world_spell_script_names.sql b/sql/updates/world/2012_11_30_00_world_spell_script_names.sql new file mode 100644 index 00000000000..cedee2fe51d --- /dev/null +++ b/sql/updates/world/2012_11_30_00_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (57669,61782); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(57669,'spell_gen_replenishment'), +(61782,'spell_gen_replenishment'); |
