diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-04-11 20:53:50 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-04-11 20:53:50 +0200 |
commit | 6f9a02a10c634375a3dae1d1300376c68007a87f (patch) | |
tree | f586f4d9391ca671b74023cdb563a2b57b565666 | |
parent | d1e8aa2f8f956555b853e3da3b9f8abaaa769b1f (diff) |
DB/Misc: Add Spectral Gyphron to Wintergrasp
fixes #956
-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); |