mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9121] Implement dummy effects for spell 50926,51026,51592 and 51961
Note: Some adjustments in addition to original patch, using delay despawn. Also provide sql update for proper work of affected spells (if already exist in database). Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
9c48e32bb7
commit
147c250a56
6 changed files with 38 additions and 14 deletions
|
|
@ -225,6 +225,7 @@ pkgdata_DATA = \
|
|||
9070_01_mangos_spell_proc_event.sql \
|
||||
9074_01_mangos_command.sql \
|
||||
9095_01_mangos_command.sql \
|
||||
9121_01_mangos_npc_spellclick_spells.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -430,4 +431,5 @@ EXTRA_DIST = \
|
|||
9070_01_mangos_spell_proc_event.sql \
|
||||
9074_01_mangos_command.sql \
|
||||
9095_01_mangos_command.sql \
|
||||
9121_01_mangos_npc_spellclick_spells.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue