@@ -3022,10 +3022,7 @@ public void CZ_VEHICLE_RIDE(IZoneConnection conn, Packet packet)
3022
3022
{
3023
3023
character . StartBuff ( BuffId . RidingCompanion , 0 , 0 , TimeSpan . Zero , companion ) ;
3024
3024
companion . StartBuff ( BuffId . TakingOwner , 0 , 0 , TimeSpan . Zero , character ) ;
3025
- // This is buff logic
3026
- character . Properties . Modify ( PropertyName . MSPD_BM , 4f ) ;
3027
- character . Properties . Modify ( PropertyName . DR_BM , 3f ) ;
3028
- character . Properties . Modify ( PropertyName . DEF_BM , 12f ) ;
3025
+
3029
3026
Send . ZC_OBJECT_PROPERTY ( character , PropertyName . MSPD , PropertyName . MSPD_BM ,
3030
3027
PropertyName . DR , PropertyName . DR_BM , PropertyName . MHP , PropertyName . MHP_RATE_BM ,
3031
3028
PropertyName . DEF , PropertyName . DEF_BM ) ;
@@ -3035,9 +3032,7 @@ public void CZ_VEHICLE_RIDE(IZoneConnection conn, Packet packet)
3035
3032
{
3036
3033
character . StopBuff ( BuffId . RidingCompanion ) ;
3037
3034
companion . StopBuff ( BuffId . TakingOwner ) ;
3038
- character . Properties . Modify ( PropertyName . MSPD_BM , - 4f ) ;
3039
- character . Properties . Modify ( PropertyName . DR_BM , - 3f ) ;
3040
- character . Properties . Modify ( PropertyName . DEF_BM , - 12f ) ;
3035
+
3041
3036
Send . ZC_OBJECT_PROPERTY ( character , PropertyName . MSPD , PropertyName . MSPD_BM ,
3042
3037
PropertyName . DR , PropertyName . DR_BM , PropertyName . MHP , PropertyName . MHP_RATE_BM ,
3043
3038
PropertyName . DEF , PropertyName . DEF_BM ) ;
0 commit comments