Skip to content

Commit

Permalink
Adding Debug Mode + Quest Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darki73 committed Sep 24, 2012
1 parent 5c163b7 commit e3724c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/allquests.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function GetQuestDBLocale($quest)
Details_loc?d AS Details_loc,
Objectives_loc?d AS Objectives_loc,
OfferRewardText_loc?d AS OfferRewardText_loc,
RequestItemsText_loc?d AS RequresItemsText_loc,
RequestItemsText_loc?d AS RequestItemsText_loc,
EndText_loc?d AS EndText_loc,
ObjectiveText1_loc?d AS ObjectiveText1_loc,
ObjectiveText2_loc?d AS ObjectiveText2_loc,
Expand Down Expand Up @@ -439,7 +439,7 @@ function GetQuestInfo(&$data, $dataflag = QUEST_DATAFLAG_MINIMUM)
Details_loc?d AS Details_loc,
Objectives_loc?d AS Objectives_loc,
OfferRewardText_loc?d AS OfferRewardText_loc,
RequestItemsText_loc?d AS RequresItemsText_loc,
RequestItemsText_loc?d AS RequestItemsText_loc,
EndText_loc?d AS EndText_loc,
ObjectiveText1_loc?d AS ObjectiveText1_loc,
ObjectiveText2_loc?d AS ObjectiveText2_loc,
Expand Down
2 changes: 2 additions & 0 deletions includes/smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function Smarty_AoWoW()
$this->compile_dir = $cwd.'/cache/templates/'.$AoWoWconf['aowow']['template'].'/';
$this->config_dir = $cwd.'/configs/';
$this->cache_dir = $cwd.'/cache/';
// Режим отладки
$this->debugging = $AoWoWconf['debug'];
// Разделители
$this->left_delimiter = '{';
$this->right_delimiter = '}';
Expand Down

0 comments on commit e3724c2

Please sign in to comment.