diff options
| author | joschiwald <joschiwald@online.de> | 2013-09-01 13:25:52 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald@online.de> | 2013-09-01 13:25:52 +0200 |
| commit | 5c5b78c77c086a27f92eb74a3e6bdc6c50fa7d56 (patch) | |
| tree | 96d3b51812ee679c48771083912195cef52e7582 /sql | |
| parent | 27bc3b17510a172cfa713e964eb2b6a9645cad18 (diff) | |
Scripts/Ulduar: fix mark of the faceless and add missing door handling
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_09_01_00_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_01_00_world_spell_script_names.sql b/sql/updates/world/2013_09_01_00_world_spell_script_names.sql new file mode 100644 index 00000000000..7d8dda4dba9 --- /dev/null +++ b/sql/updates/world/2013_09_01_00_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (63276,63278); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(63276,'spell_general_vezax_mark_of_the_faceless'), +(63278,'spell_general_vezax_mark_of_the_faceless_leech'); |
