From 22896bd7a46ade453e72ad09138b3c6d62efe4e7 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sun, 30 Dec 2012 18:52:32 +0100 Subject: Core/VMaps: drop "vmap.ignoreSpellIds" in config, this is not longer necessary since we use SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS --- src/server/worldserver/worldserver.conf.dist | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index fafc1362cad..68cf3994e3b 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -279,15 +279,6 @@ PlayerSave.Stats.SaveOnlyOnLogout = 1 vmap.enableLOS = 1 vmap.enableHeight = 1 -# -# vmap.ignoreSpellIds -# Description: These spells are ignored for LoS calculation. -# List of ids with delimiter ','. -# Example: "7720,1337" -# Default: "7720" - -vmap.ignoreSpellIds = "7720" - # # vmap.petLOS # Description: Check line of sight for pets, to avoid them attacking through walls. -- cgit v1.2.3