mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[8377] Resolve some spell_area problems in GM and non-GM mode.
* Make spell 40216 and 42016 casted/remove at aura 40214 apply/remove. And drop related spell_area possible existed data. * In general restore apply area limitations to spell casting in GM mode.
This commit is contained in:
parent
e7b63e759f
commit
c26c7395a1
6 changed files with 22 additions and 6 deletions
|
|
@ -82,6 +82,7 @@ pkgdata_DATA = \
|
|||
8342_01_mangos_spell_proc_event.sql \
|
||||
8361_01_mangos_spell_bonus_data.sql \
|
||||
8364_01_mangos_db_version.sql \
|
||||
8377_01_mangos_spell_area.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -144,4 +145,5 @@ EXTRA_DIST = \
|
|||
8342_01_mangos_spell_proc_event.sql \
|
||||
8361_01_mangos_spell_bonus_data.sql \
|
||||
8364_01_mangos_db_version.sql \
|
||||
8377_01_mangos_spell_area.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue