Merge branch 'master' of mojotrollz.eu:wow-server/mojo_zero_web into pagestate

This commit is contained in:
Ulf Gebhardt 2014-11-05 17:25:18 +01:00
commit e13dabb59d
4 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ class CHAR_STATS extends \SYSTEM\DB\QQ {
//pg
'',
//mys
'SELECT count(*) as count FROM characters WHERE race=1',
'SELECT race,COUNT(*) FROM characters group by race;',
new \DBD\mangos_chars()
);}}

View File

@ -0,0 +1 @@
${race}

View File

@ -13,4 +13,4 @@
<p><a href="${url_realmlistwtf}" target="_blank">Download realmlist.wtf</a></p>
<p><a href="${url_wowclient}" target="_blank">Download WoW 1.12</a></p>
</div>
${char_stats}
<div style="background: white; height: 10px; width: 10px; float: left">${char_stats}</div>

2
system

@ -1 +1 @@
Subproject commit d3ffdf713dc55bfa59367050c4a05f58983912d8
Subproject commit b3bf40d17d3c707d7af17943b1f6ff147c0e71a6