mirror of
https://github.com/mangosfour/server.git
synced 2026-02-02 04:37:16 +00:00
[6961] Remove redundent code that prevent show .reload subcomands list in normal way.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
41cbc67dfc
commit
b9e0787c2a
7 changed files with 11 additions and 17 deletions
3
sql/updates/6961_01_mangos_command.sql
Normal file
3
sql/updates/6961_01_mangos_command.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_6960_02_mangos_string required_6961_01_mangos_command bit;
|
||||
|
||||
DELETE FROM `command` WHERE name = 'reload';
|
||||
|
|
@ -103,6 +103,7 @@ pkgdata_DATA = \
|
|||
6958_01_mangos_spell_proc_event.sql \
|
||||
6960_01_mangos_command.sql \
|
||||
6960_02_mangos_string.sql \
|
||||
6961_01_mangos_command.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -186,4 +187,5 @@ EXTRA_DIST = \
|
|||
6958_01_mangos_spell_proc_event.sql \
|
||||
6960_01_mangos_command.sql \
|
||||
6960_02_mangos_string.sql \
|
||||
6961_01_mangos_command.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue