[11831] Implement player gear score calculation

Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
C:/Program Files (x86)/git/dev/rsa 2011-10-17 16:13:06 +02:00 committed by Laise
parent fdc68c580d
commit 70a8a350d7
11 changed files with 246 additions and 4 deletions

View file

@ -0,0 +1,4 @@
ALTER TABLE db_version CHANGE COLUMN required_11827_01_mangos_creature_linking_template required_11831_01_mangos_mangos_string bit;
delete from mangos_string where entry = 1193;
insert into mangos_string values (1193,'Gear Score of Player %s is %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);