*Remove a tc1 sql.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-07 11:59:50 -05:00
parent 79b76f10cd
commit 3f81e97ff5
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
ALTER TABLE `auctionhousebot`
DROP COLUMN `minTime`,
DROP COLUMN `maxTime`;

View File

@@ -2561,7 +2561,7 @@ void Spell::cast(bool skipCheck)
if(m_targets.getUnitTarget())
{
// three check: prepare, cast (m_casttime > 0), hit (delayed)
if(m_casttime && m_targets.getUnitTarget()->isAlive() && !m_caster->canSeeOrDetect(m_targets.getUnitTarget(), true)))
if(m_casttime && m_targets.getUnitTarget()->isAlive() && !m_caster->canSeeOrDetect(m_targets.getUnitTarget(), true))
{
cancel();
return;