Кондиции для воровства.
[cswow.git] / module / achievement / achievement.php
blob482f582d9906ec9da1465ebe5896bd5106e709e5
1 <?php
2 include_once("include/functions.php");
3 include_once("include/achievements.php");
5 $category = intval(@$_REQUEST['category']);
6 $faction = intval(@$_REQUEST['faction']);
7 $guid = intval(@$_REQUEST['guid']);
9 $faction = getAchievementFaction($guid, $faction);
11 if ($ajaxmode == 0)
13 renderAchievementData($category, $guid, $faction);
15 else
17 renderAchievementCategoryList($category, $faction, $guid);