Setup/Quests

* fixed wrong offset on questXP.dbc and factionReward.dbc
  * xp & reputation should be correct after running `aowow --sql=quests`
This commit is contained in:
Sarjuuk
2015-07-20 15:33:23 +02:00
parent 022ceba20d
commit 7276fed9e7
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('AOWOW_REVISION', 6);
define('AOWOW_REVISION', 7);
define('CLI', PHP_SAPI === 'cli');