From 6f9a02a10c634375a3dae1d1300376c68007a87f Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Mon, 11 Apr 2011 20:53:50 +0200 Subject: DB/Misc: Add Spectral Gyphron to Wintergrasp fixes #956 --- sql/updates/world/2011_04_11_02_world_spell_area.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_04_11_02_world_spell_area.sql (limited to 'sql') 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); -- cgit v1.2.3