diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 16:02:49 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 16:02:59 +0200 |
| commit | 706c5a1975402191bf3847d0cc27e960318f86a7 (patch) | |
| tree | 3956a85b814b9555a584d549db07b0b5fb88a42e /sql | |
| parent | 036286cb48adcc21d37c89241f3f67d6049064e4 (diff) | |
Core/Spells: Update/Convert paladin "Beacon of Light" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_28_02_world_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_28_02_world_spell_script_names_434.sql b/sql/updates/world/2013_07_28_02_world_spell_script_names_434.sql new file mode 100644 index 00000000000..0e7b4ef719a --- /dev/null +++ b/sql/updates/world/2013_07_28_02_world_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=53651; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(53651,'spell_pal_beacon_of_light'); |
