mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
[7776] Completed implementation of CMSG_SPELLCLICK
For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to npc_spellclick_spells, otherwise you won't be able to use them
This commit is contained in:
parent
6e87802fa5
commit
fefe56e3c5
19 changed files with 225 additions and 39 deletions
|
|
@ -177,6 +177,7 @@ pkgdata_DATA = \
|
|||
7706_01_mangos_command.sql \
|
||||
7714_01_mangos_command.sql \
|
||||
7720_01_mangos_mangos_string.sql \
|
||||
7776_01_mangos_npc_spellclick_spells.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -334,4 +335,5 @@ EXTRA_DIST = \
|
|||
7706_01_mangos_command.sql \
|
||||
7714_01_mangos_command.sql \
|
||||
7720_01_mangos_mangos_string.sql \
|
||||
7776_01_mangos_npc_spellclick_spells.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue