Spells/Tooltips

* fixed text-parsing for spells with a combat rating in the tooltip, that is inside a formula (e.g. spell 24574)
  * fixed client tooltip updates when modifying level for affected tooltips
  * fixed spell-links on item tooltips with multiple combat ratings
This commit is contained in:
Sarjuuk
2015-07-18 01:47:22 +02:00
parent c1f5d2ea9b
commit 111e53aaef
4 changed files with 167 additions and 156 deletions

View File

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