Advertisement
IcariumQA

Burnout Visual

Feb 7th, 2022
1,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.64 KB | None | 0 0
  1. DELETE FROM `db_spellvisualkit_12340` WHERE `ID`=0;
  2. INSERT INTO `db_spellvisualkit_12340` (`ID`, `StartAnimID`, `AnimID`, `HeadEffect`, `ChestEffect`, `BaseEffect`, `LeftHandEffect`, `RightHandEffect`, `BreathEffect`, `LeftWeaponEffect`, `RightWeaponEffect`, `SpecialEffect_1`, `SpecialEffect_2`, `SpecialEffect_3`, `WorldEffect`, `SoundID`, `ShakeID`, `CharProc_1`, `CharProc_2`, `CharProc_3`, `CharProc_4`, `CharParamZero_1`, `CharParamZero_2`, `CharParamZero_3`, `CharParamZero_4`, `CharParamOne_1`, `CharParamOne_2`, `CharParamOne_3`, `CharParamOne_4`, `CharParamTwo_1`, `CharParamTwo_2`, `CharParamTwo_3`, `CharParamTwo_4`, `CharParamThree_1`, `CharParamThree_2`, `CharParamThree_3`, `CharParamThree_4`, `Flags`) VALUES (962879, -1, 14, 0, 50576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  3. DELETE FROM `dbc_spellvisual` WHERE `ID`=962879;
  4. INSERT INTO `dbc_spellvisual` (`ID`, `PrecastKit`, `CastKit`, `ImpactKit`, `StateKit`, `StateDoneKit`, `ChannelKit`, `HasMissile`, `MissileModel`, `MissilePathType`, `MissileDestinationAttachment`, `MissileSound`, `AnimEventSoundID`, `Flags`, `CasterImpactKit`, `TargetImpactKit`, `MissileAttachment`, `MissileFollowGroundHeight`, `MissileFollowGroundDropSpeed`, `MissileFollowGroundApproach`, `MissileFollowGroundFlags`, `MissileMotion`, `MissileTargetingKit`, `InstantAreaKit`, `ImpactAreaKit`, `PersistentAreaKit`, `MissileCastOffsetX`, `MissileCastOffsetY`, `MissileCastOffsetZ`, `MissileImpactOffsetX`, `MissileImpactOffsetY`, `MissileImpactOffsetZ`) VALUES (962879, 0, 0, 962879, 0, 0, 0, 0, 0, 0, 1, -1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement