mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
[11831] Implement player gear score calculation
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
fdc68c580d
commit
70a8a350d7
11 changed files with 246 additions and 4 deletions
5
sql/updates/11831_02_mangos_command.sql
Normal file
5
sql/updates/11831_02_mangos_command.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11831_01_mangos_mangos_string required_11831_02_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name = 'gearscore';
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('gearscore',3,'Syntax: .gearscore [#withBags] [#withBank]\r\n\r\nShow selected player\'s gear score. Check items in bags if #withBags != 0 and check items in Bank if #withBank != 0. Default: 1 for bags and 0 for bank');
|
||||
Loading…
Add table
Add a link
Reference in a new issue