- implemented display of spawns and waypoints for gameobjects and creatures
!IMPORTANT!
Due to the inability to determine what layer covers what height-level
in multilayer-zones, spawns and waypoints WILL have duplicates and must
be removed manually from ?_spawns and ?_waypoints respectively, if
nessecary. Besides, the other points may also need manual love.
- NPC:
* removed a redundant cuFlags for Bosses
* set NPC_CU_INSTANCE_BOSS with data from world.instance_encounters
* removed misc. factions from tooltip
* fixed malformed condition for creature-loot
* location is displayed in Listviews (also for GOs)
* enabled filters foundIn and relatedEvent (also for GOs)
* do not display empty quotes
- Zone:
* initial implementation of detail page
- Misc:
* fixed notices being displayed without restrictions
* added RewriteBase hint to .htaccess (lost several hours to this one)
* removed lost isles from dataset 'zones'
* updated sql-archives and removed old sql updates, db_setup_2.zip
will need to be reapplied
This commit is contained in:
parent
0806e616ae
commit
43fe5e4b4d
39 changed files with 934 additions and 40572 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Order Deny,Allow
|
||||
<FilesMatch "\.(conf|php|tpl|in)$">
|
||||
<FilesMatch "\.(conf|php|in)$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
<FilesMatch "^(index)\.php$">
|
||||
|
|
@ -20,9 +20,10 @@ AddDefaultCharset utf8
|
|||
php_value default_charset UTF-8
|
||||
|
||||
RewriteEngine on
|
||||
# RewriteBase /~user/localPath/ # enable if the rules do not work, when they should
|
||||
|
||||
# Mapper-Helper: If you cant provide maps for all locales, redirect the browser
|
||||
RewriteRule ^(.*/?)static/images/wow/maps/(frfr|dede|eses|ruru)/(.*)$ $1static/images/wow/maps/enus/$3 [NC]
|
||||
RewriteRule ^(.*/?)static/images/wow/maps/(frfr|dede|eses|ruru)/(.*)$ $1static/images/wow/maps/enus/$3 [NC]
|
||||
|
||||
# accept flattened urls | NYI - need more work :x
|
||||
# RewriteRule ^([a-z0-9\-]+)$ ?$1 [NC] # /items => ?items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue