diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-08-30 17:35:04 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-08-30 18:43:50 -0300 |
| commit | 04cfcf523db6e2517c3a26a4ea36dbd24c2aab8b (patch) | |
| tree | e0fffa4b7fbc6b1fab93c272ec516d5b39992617 /sql | |
| parent | b20b6dedf9b7de13a35f60c6f72f8a80ceed94e6 (diff) | |
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
Codestyle
Missing include
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_08_30_04_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_30_04_world_spell_script_names.sql b/sql/updates/world/2014_08_30_04_world_spell_script_names.sql new file mode 100644 index 00000000000..128364bf4e7 --- /dev/null +++ b/sql/updates/world/2014_08_30_04_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 38194;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(38194, 'spell_talon_king_ikiss_blink');
|
