• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

vSro wizard auto attack bug fix.

Newbie Spellweaver
Joined
Feb 17, 2014
Messages
81
Reaction score
106
Bug ;






Fix;




Code:
/***** WIZARD AUTO ATTACK BUGFIX WRITTEN BY SECTOR1337 *****/
USE [SRO_VT_SHARD]
update _RefSkill set Action_ActionDuration = 1500
where Basic_Code in (select Basic_Code from _RefSkill
where Basic_Code like '%SKILL_EU_WIZARD_PSYCHICA_AREA_B%' 
or Basic_Code like '%SKILL_EU_WIZARD_COLDA_POINT_B%' 
or Basic_Code like '%SKILL_EU_WIZARD_FIREA_SPRAY_B%')
/***** WIZARD AUTO ATTACK BUGFIX WRITTEN BY SECTOR1337 *****/


After ;





PS: Created by Sector1337
 
Back
Top