diff options
-rw-r--r-- | sql/updates/world/2011_04_11_02_world_spell_area.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_11_02_world_spell_area.sql b/sql/updates/world/2011_04_11_02_world_spell_area.sql new file mode 100644 index 00000000000..672ac1ca913 --- /dev/null +++ b/sql/updates/world/2011_04_11_02_world_spell_area.sql @@ -0,0 +1,6 @@ +-- Add Spectral Gyphron to Wintergrasp +DELETE FROM `spell_area` WHERE `spell`=55164 AND `area`=4197; +INSERT INTO `spell_area` +(`spell`,`area`,`quest_start`,`quest_start_active`,`aura_spell`,`racemask`,`gender`,`autocast`) +VALUES +(55164,4197,0,0,8326,65527,2,1); |