diff --git a/heatmaps/README b/heatmaps/README index 949b9b1..c0e8461 100644 --- a/heatmaps/README +++ b/heatmaps/README @@ -6,7 +6,7 @@ WARNING: Heatmap generation will consume alot of processor time. Please be sure Install: - change user, password, database and path to your "web" folder in config.inc.php - - download the appropriate heatmap pack from www.hlxcommunity.com and put into "src" + - download the appropriate heatmap pack from the dev branch /extras/HeatmapPack/ and put into "src" To generate heatmaps: - run: php generate.php diff --git a/sql/install.sql b/sql/install.sql index eb58fe2..d6a6f79 100644 --- a/sql/install.sql +++ b/sql/install.sql @@ -1,4 +1,4 @@ --- HLstatsX: CE Installation Database file +-- HLstatsX: CE Installation Database file -- This file is only needed for new installations. @@ -1710,6 +1710,7 @@ INSERT INTO `hlstats_Awards` (`awardType`, `game`, `code`, `name`, `verb`) VALUE ('W', 'csgo', 'ump45', 'UMP-45', 'kills with ump45'), ('W', 'csgo', 'xm1014', 'XM automatic Shotgun', 'kills with xm1014'), ('W', 'csgo', 'taser', 'Zeus x27', 'kills with taser'), +('W', 'csgo', 'revolver', 'R8 Revolver', 'kills with revolver'), ('O', 'nd', 'headshot', 'Headshot King', 'shots in the head'), ('O', 'nd', 'structure_kill', 'Destroyer', 'destroyed structures'), ('O', 'nd', 'killed_commander', 'Commander Killer', 'enemy commander kills'), diff --git a/web/hlstatsimg/games/csgo/weapons/revolver.png b/web/hlstatsimg/games/csgo/weapons/revolver.png new file mode 100644 index 0000000..4475faf Binary files /dev/null and b/web/hlstatsimg/games/csgo/weapons/revolver.png differ