diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-17 07:56:50 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-17 07:56:50 +0200 |
| commit | b0d0bed9ef0fe14264b10d6e84b91d34a5138fd3 (patch) | |
| tree | 37ad6b098823264c2e2921ff4a59094d5acadd7b /sql | |
| parent | f9381d2e8c8490e5662500da20ed04febdceb2ca (diff) | |
DB/Creature: Highlord Bolvar Fordragon
By MitchesD, closes #11893
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_04_17_03_world_spell_area.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_17_03_world_spell_area.sql b/sql/updates/world/2014_04_17_03_world_spell_area.sql new file mode 100644 index 00000000000..4c1bab69b37 --- /dev/null +++ b/sql/updates/world/2014_04_17_03_world_spell_area.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_area` WHERE `spell`=46999; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(46999,4169,12473,0,0,0,2,1,64,11); |
