diff options
| author | Aokromes <jipr@hotmail.com> | 2013-11-03 06:47:29 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2013-11-03 06:47:29 +0100 |
| commit | 9065b166e5379f1a0f4cbdede6a0019d3ced4cf1 (patch) | |
| tree | dc9137a9e48447904b24beb6d42b5802613b3490 | |
| parent | 2760d19156c3345dafada77c56101f2a28107ce9 (diff) | |
DB/Misc: Make Caladis Brightspear visible when having proper quest
by Foldor, updates #11015
| -rw-r--r-- | sql/updates/world/2013_11_03_20_world_spell_area.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_20_world_spell_area.sql b/sql/updates/world/2013_11_03_20_world_spell_area.sql new file mode 100644 index 00000000000..e633c7d8a38 --- /dev/null +++ b/sql/updates/world/2013_11_03_20_world_spell_area.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_area` WHERE `spell`=71313; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(71313, 4862, 24461, 24522, 0, 0, 2, 1, 74, 11); |
